forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAndroidBrowser.xml
More file actions
64 lines (48 loc) · 1.61 KB
/
Copy pathAndroidBrowser.xml
File metadata and controls
64 lines (48 loc) · 1.61 KB
1
<doc> <legacy_id></legacy_id> <name>AndroidBrowser</name> <type>object</type> <syntax> </syntax> <synonyms> </synonyms> <summary>A native Android control that displays a browser.</summary> <examples><example><p>mobileControlCreate "browser"</p><p></p></example><example><p>mobileControlCreate "browser", "web view"</p><p>put the result into sBrowserID</p><p>mobileControlSet sBrowserID, "visible", "true"</p><p>mobileControlSet sBrowserID, "url", "http://www.runrev.com"</p></example> </examples> <history> <introduced version="5.5.1">Added.</introduced> <deprecated version=""></deprecated> <removed version=""></removed> </history> <objects> <AndroidBrowser/> </objects> <platforms> <android/> </platforms> <classes> <mobile/> </classes> <security> </security> <classification> <category>Objects & Messages</category> </classification> <references> <function tag="mobileControlGet">mobileControlGet Function</function> <function tag="mobileControlTarget">mobileControlTarget Function</function> <command tag="mobileControlCreate">mobileControlCreate Command</command> <command tag="mobileControlDelete">mobileControlDelete Command</command> <command tag="mobileControlSet">mobileControlSet Command</command> <command tag="mobileControlDo">mobileControlDo Command</command> </references> <description> <overview>An Android browser control is created using a control type of "browser". </overview> <parameters> </parameters> <value></value> <comments></comments> </description></doc>