Thank you for your package, used in android pretty good
But I changed ios, no work.
When i use it in xcode message:
You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
Did i set up less? Or what’s wrong?
Please help, thank you.
try again, message:
017-08-01 22:04:55.684698 app[240:6657] You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
Unknown Error
<_WebRequest>c__Iterator0:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
Not sure what do you need from me, please read error message. It explains everything.
It’s not really related to plugin, iOS discourages using HTTP and they want make a HTTPS standard in their apps.
Has been resolved, is to use UnityWebRequest www = new UnityWebRequest (url); callback, then call InAppBrowser, ios will happen such a situation.
Another would like to ask,
1.top bar there is no similar to IOSSafari, up or down to the bat will appear the function?
2.top bar can be transparent, and then the page will not be squeezed down?
I don’t get first question.
If you want to customize top bar I recommend hiding one coming from a plugin (hidesTopBar property) and implement one you want with HTML.