Pavel Mazhnik
Pavel Mazhnik
@ditman new PR: https://github.com/flutter/flutter/pull/131240
~~Blocked by https://github.com/flutter/flutter/pull/130206~~
@ditman sounds good, let's do this way!
@andynvt > can you also fix onProgressChanged and evaluateJavascript functions not working on Flutter Web? `onProgressChanged` wasn't supported for web in this package: https://github.com/pichillilorenzo/flutter_inappwebview/blob/4c58653113573558ea5be880aca931e85b23da7e/flutter_inappwebview_platform_interface/lib/src/in_app_webview/platform_webview.dart#L122-L127 @yashharkhani @andynvt `evaluateJavascript` is working for...
If you're trying to access third-party site from your `localhost` or just from the different origin, this is expected that most of the functions won't work. Browsers block scripts trying...
@vuonghv try to use property ``` -pdf-word-wrap: CJK; ``` It helped me. I could find this only in the source code, there is no documentation for this for some reason....
@ditman could you please re-review and assign a second reviewer?