HomeiOS DevelopmentIonic for iOS: Caught at splash display screen and getting error "Did...

Ionic for iOS: Caught at splash display screen and getting error “Did not load useful resource: unsupported URL” for hole://prepared


I am engaged on a cell app that makes use of Ionic and Cordova. The Android app is working and not using a downside, however for the iOS model, I am getting an error that I have not discovered an answer to but.

I feel it might be associated to the truth that a number of the app’s .ts scripts are calling this.platform.prepared(). When the iOS app runs, it is caught on the splash display screen with a spinner within the center. Debugging with Safari exhibits the error “Did not load useful resource: unsupported URL” for hole://prepared .

In my config.xml, I’ve tried placing this within the ios platform part of my config.xml, in addition to beneath the topmost tag:

<allow-intent href="hole://*/*" />

I’ve tried another solutions seen on StackOverflow, however up to now nothing has helped. What may I have to do? Is it so simple as permitting hole:// URIs one other approach, or is there one thing else I would have to do?

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments