- Home /
OpenURL() with Mac
Hi, I have an application that uses OpenURL from fullscreen mode
On windows in minimizes the window and then shows the website.
On mac opens the website but doesnt minimize the application, so until you close it you can't see the website. Is there a way to do that?
Thanks!
Answer by Wyern1 · Aug 14, 2013 at 02:07 PM
System.Diagnostics.Process.Start("http://google.com/"); <- this worked for me :D
Your answer
Follow this Question
Related Questions
[Android] How to check if device can send SMS? 0 Answers
Direct user to update the game 0 Answers
iOS Loading Local PDF/HTML from StreamingAssets 0 Answers
What do I pass into Application.OpenURL to open up the Android market from an app? 2 Answers
Have problem using Application.OpenURL() opening tel URL scheme on iOS to call a number with symbols 1 Answer