- Home /
Application.OpenURL on iOs ...Wha?
Hello! How do I open the browser from with in app
(or on the web for that matter)
I've researched Application.OpenURL Not even giving me the simples Debug and I have the Collider set to Convex & Trigger
C#:
public string url = "http://images.earthcam.com";
void onMouseUp(){
Debug.Log ("UP");
Application.OpenURL (url);
Debug.Log ("LOAD");
}
THANKS!
Comment
WHAAA? Fifes Thank you Program$$anonymous$$g too late in the eve
Thanks!
Put as an answers so I can mark up
Bless Yo
~be
Your answer
Follow this Question
Related Questions
Launch an iOS app with options C# 0 Answers
Start iOS app from a Unity3d iOS app 1 Answer
How do I send an email on IOS using Application.OpenURL with more than one line of body text? 4 Answers
mailto: does not work on iOS? 2 Answers
iOS Application.OpenUrl("app-settings:") Camera Crash Issue 1 Answer