소스 검색

fix(Android): geolocation access (#562)

Adrian Rangel 5 년 전
부모
커밋
409b9ae620
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManager.java

+ 0
- 1
android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManager.java 파일 보기

@@ -167,7 +167,6 @@ public class RNCWebViewManager extends SimpleViewManager<WebView> {
167 167
       new LayoutParams(LayoutParams.MATCH_PARENT,
168 168
         LayoutParams.MATCH_PARENT));
169 169
 
170
-    setGeolocationEnabled(webView, false);
171 170
     if (ReactBuildConfig.DEBUG && Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
172 171
       WebView.setWebContentsDebuggingEnabled(true);
173 172
     }