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
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.

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

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?

Eilon avatar Mar 12 '24 20:03 Eilon