fluttercommunity / fluttercommunity/flutter_webview_plugin

WebView doesn't scale properly on iOS

Open
#104 0 comments 7 reactions 0 assignees View on GitHub
bug help wanted IOS
Dominant language
Java
Stars
1.5k
Forks
938
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

No contributing guide indexed for this repository

Research direction

No files or tests are named. Start by locating the plugin's iOS WebView entry point and checking how the native web view is configured; compare it with the requested self.webView.scalesPageToFit and contentMode settings. Done means the reported HTML pages resize correctly on iOS, with the behavior verified by an appropriate reproducible check.

Written by the indexing model from the issue text.

Assessment

Tech stack
flutter, ios, swift
Domain
mobile
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.