A user has an iOS device with restrictions set in the settings to only allow ‘Specific Websites Only’. As a result, an Ionic app will show the splash screen, but not do anything after that.
Presumably, the specific local URL of the app must be entered in the settings. What would that URL be?
I’m having the same issue - When an IOS user has their parental controls/restrictions set to allow ‘Specific Websites Only’, the app can’t access localhost.
You need to add http://localhost to the user’s list of allowed sites in order for it to work.
Is this a known issue? I haven’t been able to find any info on it.
Is there a way to allow the app to access localhost without having to have the user do it manually?