@@ -73,18 +73,14 @@ control is no longer on the current view.
7373
7474- "URL": the URL to be loaded into the web-view.
7575- "autoFit" (iOS Only): set to true or false to determine whether the
76- page is scaled to fit the rect of the control (wraps the scalesPageToFit
77- property of UIWebView).
76+ page is scaled to fit the rect of the control.
7877
7978- "delayRequests" (iOS Only): set to true to cause the loadRequest
80- message to be sent. Note: In this mode, web-pages that trigger
81- sub-document loads (such as those containing iframes) do not load
82- correctly.
79+ message to be sent.
8380
8481- "dataDetectorTypes" (iOS Only): Use this property to specify the types
8582of data that should be automatically converted to clickable URLs in the
86- web-view. This property wraps the dataDetectorTypes property of
87- UIWebView. It is specified as a comma-delimited list of one or more of
83+ web-view. It is specified as a comma-delimited list of one or more of
8884the following properties:
8985
9086 - "phone number":
@@ -94,14 +90,10 @@ the following properties:
9490
9591
9692- "allowsInlinePlayback" (iOS Only): set to true if the web-view should
97- allow media files to be played 'inline' in the page (wraps the
98- allowsInlineMediaPlayback property of the UIWebView). This property is
99- only available on iOS4.0 and later
93+ allow media files to be played 'inline' in the page.
10094
10195- "mediaPlaybackRequiresUserAction" (iOS Only): set to false to allow
102- media files to play automatically in the webview (wraps the
103- mediaPlaybackRequiresUserAction property of the UIWebView). This
104- property is only available on iOS4.0 and later.
96+ media files to play automatically in the webview.
10597
10698- "scrollingEnabled": specifies whether or not the browser can be
10799scrolled (boolean).
0 commit comments