글쓰는 개발자
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] Image 사용 (0) | 2024.05.22 |
---|---|
리액트 네이티브 설치 및 실행 (0) | 2020.04.04 |
앱 개발을 위해선 어떤 언어를 공부해야 할까? (0) | 2020.04.04 |
react-native-tab-view 사용시 주의사항 (0) | 2019.01.11 |
리액트 네이티브(React Native) 안드로이드 키보드(Keyboard)에 따른 화면 변경 (0) | 2019.01.07 |