forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiosBrowser.lcdoc
More file actions
37 lines (24 loc) · 828 Bytes
/
Copy pathiosBrowser.lcdoc
File metadata and controls
37 lines (24 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Name: iosBrowser
Type: object
Syntax: iosBrowser
Summary:
A native iOS control, UIWebView, that displays a browser.
Introduced: 4.5.3
OS: ios
Platforms: mobile
Example:
mobileControlCreate "browser"
Example:
mobileControlCreate "browser", "web view"
put the result into sBrowserID
mobileControlSet sBrowserID, "visible", "true"
mobileControlSet sBrowserID, "url", "http://www.livecode.com"
Description:
An iosBrowser(UIWebView) control is created using a control type of
"browser".
>*Note:* For full details of what the UIWebView control is capable of,
> and background about it see the iOS reference document.
References: mobileControlDelete (command), mobileControlDo (command),
mobileControlSet (command), mobileControlCreate (command),
mobileControlGet (function), mobileControlTarget (function)
Tags: objects