Load a webpage in Titanium iPhone or ANDROID

By | March 4, 2011

This is a simple code in Titanium which opens the browser in your phone with the specified URL.


  var URL = "http://www.google.com";
  Titanium.Platform.openURL(URL);

Please leave your comments on this post.

One thought on “Load a webpage in Titanium iPhone or ANDROID

Leave a Reply

Your email address will not be published. Required fields are marked *