-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 can not be released when in ios #225
Comments
I am just nearly breakdown on this issue , and my project will may not reach Acceptance due to this problem , is there anyone to help me? |
I tried to remove the webview on iOS but I can't get it work. I don't know why but, also, if I remove all the references, the webview seems to still there (maybe there are some references that I can't get off).
Do you mean that the AppStore is rejecting your app? What they say? |
@ber6789 Also, if you use the official flutter plugin |
@ber6789 Ok I have finally found what was the problem! The fix will be available in the next release that is coming really soon! The iOS WebView will be released automatically like happens now for Android. Thanks a lot for the support! |
thanks very very much , I was busy last two days, so I saw your reply just now, you are really my savior !! I love u so much , please accept my knees~, I am expecting your new version,,, you are really great man ~ |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
flutter: latest version
ios: 12+
flutter_inappwebview: latest version
In the latest version (same as the old version) , the webviews that this plugin created in ios app, would never be released after the page is disposed , but in Android , it is ok.
I have noticed that you have created one method which intended to dispose webviews
(
looks like this:
) ,but it seems not work properly when I use it , here are the steps and what happens:
(suppose webview is the instance of InAppWebViewController)
1、 call webview.dispose() and at the same time not leave this page
(just because if I leave this page at the same time, the dispose will not even work)
2、the app will Lost connect then crash in a moment
And by the way , If I just give it up , and not try to dispose these webviews, would they make a great influence on the performance on my ios app?
Sincerely,
forgive my poor English Expression ,and much heartfelt thanks for Looking into my issue
The text was updated successfully, but these errors were encountered: