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

WebView doesn't scale properly on iOS #104

Open
Farizzle opened this issue Jun 21, 2018 · 0 comments
Open

WebView doesn't scale properly on iOS #104

Farizzle opened this issue Jun 21, 2018 · 0 comments

Comments

@Farizzle
Copy link

Some HTML websites do not scale properly on iOS, as they do on Android.

Usually in iOS I'm able to force re-sizing and scaling through specific methods, such as;

self.webView.scalesPageToFit = true
self.webView.contentMode = UIViewContentMode.ScaleAspectFit

Is there any inclusion of said methods in this plugin?

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

No branches or pull requests

2 participants