1
Extensions / Re: [iOS/Android] WebViews 2.0 (in-app browser)
« on: April 05, 2015, 04:08:43 am »
This extension don't work in 3.3 version, can you update for 3.3 ?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
navigateToURL (new URLRequest ("http://www.url.com"))
or navigateToURL (new URLRequest ("http://blog.activetofocus.com"), "_blank");
chrome open this link in pop up, but if i use this codenavigateToURL (new URLRequest ("http://blog.activetofocus.com"), "_self");
open link in self not in pop up. But i want to open the link in new tab as happens in all games online
navigateToURL(new URLRequest("http://www.url.com" "_blank"));
but don't work. Chrome blocks all pop-ups. Offer $ 10 if someone can help me to open url in new tab in chrome.