Page 1 of 1

How do I make a button open a link in safari and not the in app browser?

Posted: Sun Dec 15, 2013 8:33 pm
by Robert Carrillo

How can I make this button

Code: Select all

 $('#startScreen_mobilecontainer1 [name="mobilebutton_95"]').die().live({ 
         click: function() { 
             if (!$(this).attr('disabled')) { 
                 window.open('[url=http://www.website.com]http://www.website.com[/url]', 'NewWindow', 'width=600,height=400,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes'); 

             } 
         }, 
     }); 

Open inside of safari instead of the apps browser?


How do I make a button open a link in safari and not the in app browser?

Posted: Sun Dec 15, 2013 9:01 pm
by Alena Prykhodko

Hello Robert!

Please look at a similar question https://getsatisfaction.com/apperyio/...


How do I make a button open a link in safari and not the in app browser?

Posted: Sun Dec 15, 2013 9:12 pm
by Robert Carrillo

Thank you, I'm checking it out now. Thanks for the awesome platform too!!!