Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread EWB Mobile Web App and Local Storage
Fri, Feb 28 2020 3:51 AMPermanent Link

Paul Coshott

Avatar

Hi All,

In my desktop web apps, I am using local storage for a few things. But local storage doesn't seem to work with mobile browsers (at least on Android).

Can anyone confirm that mobile browsers don't support local storage.

And if so, is there any way to save info such as cookies?

Cheers,
Paul
Fri, Feb 28 2020 4:40 AMPermanent Link

Matthew Jones

Paul Coshott wrote:

> Can anyone confirm that mobile browsers don't support local storage.

I've certainly used local storage before on Android and iOS. But there are limits, depending on the mode you are in. So unless something has changed, it should work,.

--

Matthew Jones
Sat, Feb 29 2020 11:51 PMPermanent Link

Paul Coshott

Avatar

"Matthew Jones" wrote:

>I've certainly used local storage before on Android and iOS.

Thanks for the answer Matthew. I'll look into it a bit more, see if i can figure it out.

Cheers,
Paul
Mon, Mar 2 2020 4:37 AMPermanent Link

Chris Holland

SEC Solutions Ltd.

Avatar

Team Elevate Team Elevate

I use local storage on mobile apps using this:

https://github.com/localForage/localForage

Chris Holland
[Team Elevate]

On 01/03/2020 04:51, Paul Coshott wrote:
> "Matthew Jones" wrote:
>
>> I've certainly used local storage before on Android and iOS.
>
> Thanks for the answer Matthew. I'll look into it a bit more, see if i can figure it out.
>
> Cheers,
> Paul
>
Image