react-native-actions-sheet icon indicating copy to clipboard operation
react-native-actions-sheet copied to clipboard

WebView not working

Open mezalejandro opened this issue 1 year ago • 1 comments

Hello, i can display a webview inside a bottom-sheet

<ActionSheet id={props.sheetId} containerStyle={{ maxHeight: '100%', height: '100%', backgroundColor: '#191919', }} gestureEnabled isModal={true} indicatorStyle={{width: 100, backgroundColor: '#fff'}} withNestedSheetProvider headerAlwaysVisible enableGesturesInScrollView> <View style={{flex: 1}}> <WebView source={{uri: url}} style={{width: '100%', height: '90%'}} /> </View> </ActionSheet>

Thanks!

mezalejandro avatar Mar 25 '24 15:03 mezalejandro