Load a webpage in Titanium iPhone or ANDROID

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.