Ionic for iOS: Caught at splash display 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 drawback, however for the iOS model, I am getting an error that I have never discovered an answer to but.

I believe it might be associated to the truth that a few of the app’s .ts scripts are calling this.platform.prepared(). When the iOS app runs, it is caught on the splash display with a spinner within the center. Debugging with Safari reveals 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 ideas 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 manner, or is there one thing else I might have to do?

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles