-
-
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
On iOS with version 6.0.0-beta.25 example is not working #1852
Comments
NOTE: This comment is auto-generated. Are you sure you have already searched for the same problem? Some people open new issues but they didn't search for something similar or for the same issue. Please, search for it using the GitHub issue search box or on the official inappwebview.dev website, or, also, using Google, StackOverflow, etc. before posting a new one. You may already find an answer to your problem! If this is really a new issue, then thank you for raising it. I will investigate it and get back to you as soon as possible. Please, make sure you have given me as much context as possible! Also, if you didn't already, post a code example that can replicate this issue. In the meantime, you can already search for some possible solutions online! Because this plugin uses native WebView, you can search online for the same issue adding Following these steps can save you, me, and other people a lot of time, thanks! |
yes, example is outdated, although it is not hard to modify it to match the current version |
What do you think it need to be updated and make it working?
|
Hi, When I saw the new version I try again with this simple example but it's still not working on iOS (Simulator) - Where the version 5.8.0 is working. Any idea? |
This is still an issue. Version 5.8 works fine, but as soon as I migrate to version 6.0, iOS stops working. It just shows a blank screen. Android works fine. |
I also have same issue on version 6.0.0 |
i am also having same issue with 6.0.0, works with 5.8.0. Hope to get fixed soon.. |
I also have this problem. very much waiting forward to it as very well developed rights to camera and microphone with webrts and on android everything works well but on ios it does not load ((( |
in my case, the initial url was without an "https" scheme, when added it worked fine again I had already tested versions 5.7.2+3, 5.8.0 and 6.0.0 and the problem persisted in both, but when I added https everything was fine |
It doesn't work in my case, maybe the problem is in the simulator or the processor (M2). i try in stable version 6.0.0. |
(I got the issue, i rebooted my MacOS and then it was working again as expected... Weird) |
If you are missing this Info.plist file for non https urls or caching, stream audio sources
When change your info.plist data, you need to restart phone or simulator. I don't know why clearly. But its works for me. |
I'm also getting the same issue on package version 6.0.0 and on iOS version 17.5, it shows strange behavior. it opens the URL when I click the link button a second time. On the first attempt, it say |
Are there any updates on this? I am facing the same issue working perfectly in android, but on iOS it shows an empty page. @pichillilorenzo |
@pichillilorenzo |
The solution posted by @ddty2 in this thread worked for me:
|
I also have same issue on version 6.1.0 |
If you set So, you should remove |
I also have same issue on version 6.1.3 |
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. |
Environment
Device information:
Simulator
Description
The example for the InAppWebview at this url https://inappwebview.dev/docs/webview/in-app-webview
doesn't load the url on iOS.
The version 5.8 of the package with the example works well.
Expected behavior:
url load in the webview (have a white screen and strange log see under)
Current behavior:
Url doesn't load
Steps to reproduce
The example from the documentation 6.x.x at this url https://inappwebview.dev/docs/webview/in-app-webview
I didn't change anything
images
Stacktrace/Logca
The text was updated successfully, but these errors were encountered: