ridi / chromium-aw

Chromium based Android WebView engine to be embedded in Ridibooks-Android
BSD 3-Clause "New" or "Revised" License
72 stars 23 forks source link

localStorage is null #6

Closed Gaubee closed 3 years ago

Gaubee commented 3 years ago

The sessionStorage is work. but localStorage is null. image How can I enable the feature?

phamducgiam commented 3 years ago

@Gaubee : can you tell me how to use this library. I could not find any view to use in my activity. Thanks

DavinAhn commented 3 years ago

@phamducgiam I'll be posting sample code sooner or later.

DavinAhn commented 3 years ago

@Gaubee Sorry for the late reply. To use localStorage, you need to enable the relevant setting in AwSettings. See here.

DavinAhn commented 3 years ago

@phamducgiam See here.