mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Pebble: Attempt to fix app configuration webview
See #3373 and possibly #3424
This commit is contained in:
@@ -104,6 +104,9 @@ public class WebViewSingleton {
|
||||
webSettings.setDomStorageEnabled(true);
|
||||
//needed for localstorage
|
||||
webSettings.setDatabaseEnabled(true);
|
||||
// #3373 #3424 - Fix configuration for pebble apps
|
||||
// TODO: this should use a WebViewAssetLoader
|
||||
webSettings.setAllowFileAccess(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user