MauiHybridWebView icon indicating copy to clipboard operation
MauiHybridWebView copied to clipboard

Feature Request: Add the ability to pass configuration settings to platform specific handlers

Open d-philipson opened this issue 1 year ago • 1 comments

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.

d-philipson avatar Jan 22 '24 09:01 d-philipson