Deploy website

Deploy website version based on bf608d0419
This commit is contained in:
Website Deployment Script
2018-05-03 23:42:38 +00:00
parent bf608d0419
commit ad97cf2c61
+13
View File
@@ -58,6 +58,7 @@
<li><a href="/react-native/docs/next/webview.html#contentinset"><code>contentInset</code></a></li>
<li><a href="/react-native/docs/next/webview.html#datadetectortypes"><code>dataDetectorTypes</code></a></li>
<li><a href="/react-native/docs/next/webview.html#scrollenabled"><code>scrollEnabled</code></a></li>
<li><a href="/react-native/docs/next/webview.html#geolocationenabled"><code>geolocationEnabled</code></a></li>
<li><a href="/react-native/docs/next/webview.html#allowUniversalAccessFromFileURLs"><code>allowUniversalAccessFromFileURLs</code></a></li>
<li><a href="/react-native/docs/next/webview.html#url"><code>url</code></a></li>
<li><a href="/react-native/docs/next/webview.html#html"><code>html</code></a></li>
@@ -421,6 +422,18 @@
</tbody>
</table>
<hr>
<h3><a class="anchor" aria-hidden="true" id="geolocationenabled"></a><a href="#geolocationenabled" aria-hidden="true" class="hash-link" ><svg aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><code>geolocationEnabled</code></h3>
<p>Set whether Geolocation is enabled in the <code>WebView</code>. The default value is <code>false</code>.
Used only in Android.</p>
<table>
<thead>
<tr><th>Type</th><th>Required</th><th>Platform</th></tr>
</thead>
<tbody>
<tr><td>bool</td><td>No</td><td>Android</td></tr>
</tbody>
</table>
<hr>
<h3><a class="anchor" aria-hidden="true" id="allowuniversalaccessfromfileurls"></a><a href="#allowuniversalaccessfromfileurls" aria-hidden="true" class="hash-link" ><svg aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><code>allowUniversalAccessFromFileURLs</code></h3>
<p>Boolean that sets whether JavaScript running in the context of a file scheme URL should be allowed to access content from any origin. Including accessing content from other file scheme URLs. The default value is <code>false</code>.</p>
<table>