-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[Bug]: Failed to request allowed query parameters from WebPrivacy #7434
Comments
Same here, any solution @jonasbehlic ? |
No not yet. But I’m not really sure if the warning is of any importance. |
Did yours also just happen suddenly after Xcode update? Or did it appear before? And does your app still work or are you getting an white screen? my app works fine. Which is why I’m not sure of the importance or if this is a bug or just Privacy files missing. I’ve filed ticket with Apple Developer Code Level support but unfortunately haven’t heard anything from them yet. |
It's a bug inside the newest Apple iOS update. |
Those messages come from Apple code itself, it's not a Capacitor issue and not related to any Capacitor code, it appears just by using a You can report the issue to WebKit engineers in https://bugs.webkit.org/ But if your apps work I wouldn't worry too much about it. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out. |
Capacitor Version
[warn] The bundledWebRuntime configuration option has been deprecated. Can be
safely deleted.
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 6.0.0
@capacitor/core: 6.0.0
@capacitor/android: 6.0.0
@capacitor/ios: 6.0.0
Installed Dependencies:
@capacitor/cli: 6.0.0
@capacitor/core: 6.0.0
@capacitor/android: 6.0.0
@capacitor/ios: 6.0.0
[success] iOS looking great! 👌
[success] Android looking great! 👌
jonasbehlic@MBPtilhndeJonas VAOWTEST %
Other API Details
XCODE 15+ LOG: ⚡️ Loading app at capacitor://localhost... Failed to request allowed query parameters from WebPrivacy. ⚡️ WebView loaded ⚡️ To Native -> SplashScreen hide 62190960 ⚡️ TO JS undefined
Platforms Affected
Current Behavior
The app is working but on all my Capacitor projects we suddenly got the errors below, we even tried to setup a brand new Capacitor project but even complete fresh with just the standard page with comes with the install the errors appears:
-> Warning: -[BETextInput attributedMarkedText] is unimplemented
⚡️ Loading app at capacitor://localhost...
-> Failed to request allowed query parameters from WebPrivacy.
⚡️ WebView loaded
⚡️ To Native -> SplashScreen hide 111656092
⚡️ TO JS undefined
Expected Behavior
⚡️ Loading app at capacitor://localhost...
⚡️ WebView loaded
⚡️ To Native -> SplashScreen hide 111656092
⚡️ TO JS undefined
Project Reproduction
https://github.com/jonasbehlic/WebPrivacyIOS
Additional Information
No response
The text was updated successfully, but these errors were encountered: