MauiHybridWebView
MauiHybridWebView copied to clipboard
Feature Request: Add the ability to pass configuration settings to platform specific handlers
trafficstars
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.
Hi @d-philipson , I just merged in https://github.com/Eilon/MauiHybridWebView/pull/53, which might enable what you're looking for.
Can you check the mini-doc I wrote in https://github.com/Eilon/MauiHybridWebView/issues/45#issuecomment-1992293182 and see if that supports what you want?