You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: