Hello, After a few questions about changing an attribute of the WebSettings of the WebView (setAllowFileAccess) here : https://lists.apache.org/thread.html/3b97152bf089423292ba039bc690d923e438c4f902c40c2714faff90@%3Cdev.cordova.apache.org%3E And : https://lists.apache.org/thread.html/1865cda074ad5d741bd19d01a56cc5b2b4ac6e2a599d31b34f89eed6@%3Cdev.cordova.apache.org%3E (sorry for bad reply of my second mail who lost historic)
I'd like to ask if it is possible to develop a new feature, to allow changing WebSettings of the WebView by config file. Currently, the only way is to hard code settings config here : https://github.com/apache/cordova-android/blob/6.4.x/framework/src/org/apache/cordova/engine/SystemWebViewEngine.java#L152 It would be usefull il we can configure any settings of WebSettings class : https://developer.android.com/reference/android/webkit/WebSettings Maybe with a dedicated config file, or plugged in the config.xml ? I have never worked on gradle project or Android Studio project, so i'm limitted. I'm using cordova-android on an ionic3 application Anybody in the community could help ? And What do you think about the idea ? Thanks to all. Stéphane