글쓰는 개발자
react-native WebView hide parent view 본문
반응형
Sometimes webview component hide parent view after loading.
When it happens cover webview with the view with overflow hidden.
<View style={{flex: 1, overflow: 'hidden'}}> <WebView source={{ uri }} /> </View>
반응형
'Development > App' 카테고리의 다른 글
react-native-tab-view 사용시 주의사항 (0) | 2019.01.11 |
---|---|
리액트 네이티브(React Native) 안드로이드 키보드(Keyboard)에 따른 화면 변경 (0) | 2019.01.07 |