DEV Community

Jarvis-3000
Jarvis-3000

Posted on

Question about localstorage in JavaScript.

Hey guys,
I want to know that,
As we use localstorage in JavaScript for store the data at client-side.

So, can we do the same thing for mobile like android?

Can we use localstorage in android?

Top comments (2)

Collapse
 
savagepixie profile image
SavagePixie

According to MDN all major mobile browsers seem to support local storage.

Collapse
 
paras594 profile image
Paras 🧙‍♂️

I have used react native and in it we can add a package to use local storage.