#Android & Chrome
소스적용 : MainApplication.java
import android.webkit.WebView;
@Override public void onCreate() {
super.onCreate();
WebView.setWebContentsDebuggingEnabled(true);
}
확인 : chrome://inspect/#devices
https://github.com/react-native-community/react-native-webview/blob/master/docs/Debugging.md
#WebView.setWebContentsDebuggingEnabled(true);
반응형
'Mobile > ReactNative' 카테고리의 다른 글
[RN] React Native device info 사용하기 (0) | 2019.05.30 |
---|---|
[RN] React-Native NetInfo 사용하기 (0) | 2019.05.29 |
[RN] react-native-docview 적용하기 (0) | 2019.05.23 |
[RN] RNW : onShouldStartLoadWithRequest (0) | 2019.05.22 |
[RN] react native webview cache clear (0) | 2019.05.22 |