From ad97cf2c610ced132aac28b4eb367c011e8d5db6 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 3 May 2018 23:42:38 +0000 Subject: [PATCH] Deploy website Deploy website version based on bf608d0419821e6a5cd2fb35db76aea8b9615d12 --- docs/next/webview.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/next/webview.html b/docs/next/webview.html index 963e5b8f703..1cd0e01635b 100644 --- a/docs/next/webview.html +++ b/docs/next/webview.html @@ -58,6 +58,7 @@
  • contentInset
  • dataDetectorTypes
  • scrollEnabled
  • +
  • geolocationEnabled
  • allowUniversalAccessFromFileURLs
  • url
  • html
  • @@ -421,6 +422,18 @@
    +

    geolocationEnabled

    +

    Set whether Geolocation is enabled in the WebView. The default value is false. +Used only in Android.

    + + + + + + + +
    TypeRequiredPlatform
    boolNoAndroid
    +

    allowUniversalAccessFromFileURLs

    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 false.