Open
Description
Realise this is probably too soon and assumes a lot but figured I'd list the scenario.
I've got a scenario where I've got a deployed UWP/appx for my PWA in the store using the current WebView that's using localStorage and IndexedDB. Would this storage be able to be preserved or accessible somehow when moving to WebView2? I can see a scenario that might appear where I might "lose" data.
- User is offline and enters some data.
- User terminates application.
- User device comes online.
- Application is updated from app store.
- User opens application.