MauiHybridWebView
MauiHybridWebView copied to clipboard
Feature Request: Add the ability to pass configuration settings to platform specific handlers
It would be nice if you had the ability to pass configuration settings to the platform specific handlers.
For example:
- Android
- Settings.JavaScriptEnabled
- Settings.DomStorageEnabled
- Settings.AllowFileAccess
- iOS
- Configuration.Preferences.JavaScriptEnabled
- Configuration.DefaultWebpagePreferences.AllowsContentJavaScript
- ScrollView.Bounces
- ScrollView.ScrollEnabled
etc.