User Tools

Site Tools


built_in:open_url

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

built_in:open_url [2015/03/04 18:16]
octazid created
built_in:open_url [2017/02/08 07:31]
Line 1: Line 1:
-=====OpenUrl===== 
  
-//(Information and examples taken from the DroidScript documentation)// 
- 
-====Description==== 
- 
-The **OpenUrl** method allows you to open a web page using an external browser App. 
- 
-<code> app.OpenUrl( url );</code> 
- 
----- 
- 
-====Example==== 
- 
-<code javascript> 
- 
-function OnStart() 
-{ 
-   app.OpenUrl( "http://www.google.com" ); 
-}   
- 
-</code> 
built_in/open_url.txt ยท Last modified: 2017/02/08 07:31 (external edit)