DEV Community

Jarvis-3000
Jarvis-3000

Posted on

3 2

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.

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay