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.