Skip to content
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

Initialization problem in iOS 18 or higher #90

Open
yr-voigt opened this issue Dec 17, 2024 · 1 comment
Open

Initialization problem in iOS 18 or higher #90

yr-voigt opened this issue Dec 17, 2024 · 1 comment

Comments

@yr-voigt
Copy link

There seems to be a problem in the initialization of the HybridWebView when using devices with iOS 18 or higher.

The webview does not display any content, or it appears to be stuck on an empty document.

By debugging, I was able to determine that the SchemeHandler does not work.
startURLSchemeTask event no longer appears to be registered.
But I don't know if this is the underlying problem.

I was able to reproduce the problem with the test program from this project and one of my own.
With otherwise identical test settings, I was able to observe that the WebView starts normally on iOS 17.7, for example, but not on iOS 18.
The problem occurs both in the emulator and on real hardware.
Is there possibly a workaround for this problem?

@HelloooJoe
Copy link

HelloooJoe commented Dec 17, 2024

That issue has been resolved. The problem was related to a port configuration, where 0.0.0.0 was updated to 0.0.0.2 or something like that.

To apply the fix, update the package to version 1.0.0-preview-7.

I have the latest version of iOS 18 and there are no more issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants