ionic-team / capacitor

Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️

Home Page:https://capacitorjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Failed to request allowed query parameters from WebPrivacy

jonasbehlic opened this issue · comments

Capacitor Version

capacitor-app@1.0.0 npx
cap doctor

[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

  • iOS
  • Android
  • Web

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

Same here, any solution @jonasbehlic ?

No not yet. But I’m not really sure if the warning is of any importance.

Same here, any solution @jonasbehlic ?

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.

Same here, any solution @jonasbehlic ?

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 WKWebView.

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.