Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Launch WebView into external Safari window

How can I do this in the new 1.2 version? In the 0.8, I could just use something like OpenURL.

— asked April 21st 2010 by Jeremy Flint
  • safari
  • webview
0 Comments

1 Answer

  • xxx.addEventListener('click', function(){
    Titanium.Platform.openURL('http://'url.com');
    });

    — answered April 21st 2010 by Jeffrey Messick
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.