WebView

React Native

react-native webview 영역이 사라질 경우 앱 꺼지는 문제

react-native 에서 WebView 사용시 일부 기기의 Android에서 충돌로 인해 앱이 강제 종료가 되는 문제가 발생 style 속성에 opacity:0.99, minHeight:1를 추가를 하는것으로 해결이 가능하지만 정상적인 해결 방법은 아닌것 같다

React Native

react-native webview alert message url 안보이도록 ...

react-native 웹뷰로 구성된 화면에서 자바스크립트로 alert 메시지를 띄울때 url 표시가 되는데 보기가 싫어서 url 삭제하고자 하는 경우 아래처럼 코드를 추가해주면 됩니다 android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManager.java // 아래 코드 추가 import android.app.AlertDialog; import android.content.DialogInterface; import android.webkit.JsResult; protected void setupWebChromeClient(ReactContext reactContext, WebView webView) { if (mAllowsFullscr..

React Native

react-native-webview (웹뷰)에서 카드 결제 또는 외부앱 실행하기

Android 에서 react-native-webview (웹뷰) 카드 결제 또는 외부앱 실행하기 1. react-native-send-intent 라이브러리를 이용해 인텐트 호출 - install npm install react-native-send-intent --save react-native link react-native-send-intent 2. android/setting.gradle 파일에 아래의 코드를 추가 include ':RNSendIntentModule', ':app' project(':RNSendIntentModule').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-send-intent/an..

projin
'WebView' 태그의 글 목록