iosBrowser

Typeobject
DictionaryLCS
LibraryLiveCode Script
Syntax
iosBrowser
Summary

A native iOS control that displays a browser.

Introduced4.5.3
OSios
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 iosBrowser control is created using a control type of "browser".

Note: The iOS browser control is based on WKWebView. For full details of what the WKWebView control is capable of, and background about it see the iOS reference document.

Tagsobjects