You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing the origin for Web Storage across our test apps, it looked like it isn’t currently available in the Android test app.
My understanding is that this is opt-in for Android web views but I couldn’t find any occurrence of setDatabaseEnabled with a quick search. Please correct me if I’m wrong, obviously. If it is indeed enabled, then there’s another bug preventing it from being used somewhere.
Of course the next issue is managing the origin on a publication basis. A lot of existing Reading Apps on Android don’t do this, so you can access data from other publications and remove them.
When testing the origin for Web Storage across our test apps, it looked like it isn’t currently available in the Android test app.
My understanding is that this is opt-in for Android web views but I couldn’t find any occurrence of
setDatabaseEnabled
with a quick search. Please correct me if I’m wrong, obviously. If it is indeed enabled, then there’s another bug preventing it from being used somewhere.Of course the next issue is managing the origin on a publication basis. A lot of existing Reading Apps on Android don’t do this, so you can access data from other publications and remove them.
See Dan’s doc for further details if needed.
The text was updated successfully, but these errors were encountered: