Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
d-philipson opened this issue Jan 22, 2024 · 1 comment

Comments

@d-philipson
Copy link

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.

@Eilon
Copy link
Owner

Eilon commented Mar 12, 2024

Hi @d-philipson , I just merged in #53, which might enable what you're looking for.

Can you check the mini-doc I wrote in #45 (comment) and see if that supports what you want?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants