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?
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?
For further actions, you may consider blocking this person and/or reporting abuse
Apache SeaTunnel -
Cong Li -
Michael Andreuzza -
Mukhil Padmanabhan -
Top comments (2)
According to MDN all major mobile browsers seem to support local storage.
I have used react native and in it we can add a package to use local storage.