Maurice Parrish

Results 62 comments of Maurice Parrish
trafficstars

This PR should follow https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#changing-federated-plugins and include the iOS implementation in this PR. Then once this has been approval, you can split the code from each package into their own...

Disposal of the `WebView` was recently fixed by https://github.com/flutter/plugins/pull/6996. Since a `WebViewController` can be reused, the destruction of the `WebView` now depends on when it is garbage collected and not...

@davidhicks980 > I was mistaken -- iOS was the device that had worse performance after opening a webview, but it appears it has been fixed since I last published our...

@arifje This seems to be a more specific problem with using a video in a `WebView` that you are no longer showing. I don't know if this is caused by...

> I got same problem. When I pop from webpage, it still print html page console log in log terminal. **I think webpage view did't full disposed.** When I try:...

I'm assuming this is caused by `decisionHandler` not being called in https://developer.apple.com/documentation/webkit/wknavigationdelegate/1455641-webview?language=objc. If possible, @noin-emoto can you provide Dart example code of the `WebView.navigationDelegate` from where this is happening? This...

@noin-emoto The code facilitating this callback has been updated with [2.9.0](https://pub.dev/packages/webview_flutter_wkwebview/versions/2.9.0). When compiled with the latest version of `webview_flutter`, let me know if you are still seeing this crash.

No this has not been addressed yet in the `webview_flutter` `3.0.0+` or `4.0.0`. Looking at the comment https://github.com/flutter/flutter/issues/73242#issuecomment-1147708948, it seems that this can be solved by using [WKNavigationAction.navigationType](https://developer.apple.com/documentation/webkit/wknavigationaction/1401914-navigationtype?language=objc). I created...

Im guessing this is referring to the `loadData` methods for Android and iOS? https://developer.android.com/reference/android/webkit/WebView#loadData(java.lang.String,%20java.lang.String,%20java.lang.String) https://developer.apple.com/documentation/webkit/wkwebview/1415011-loaddata?language=objc