AndroidBrowser

Typeobject
DictionaryLCS
LibraryLiveCode Script
Syntax
AndroidBrowser
Summary

A native Android control that displays a browser.

Introduced5.5.1
OSandroid
Platformsmobile
Example
mobileControlCreate "browser"
mobileControlCreate "browser", "web view"
put the result into sBrowserID
mobileControlSet sBrowserID, "visible", "true"
mobileControlSet sBrowserID, "url", "http://www.livecode.com"
RelatedCommand: mobileControlDelete, mobileControlDo, mobileControlSet, mobileControlCreate
Function: mobileControlGet, mobileControlTarget
Description

An Android browser control is created using a control type of "browser".

Tagsobjects