You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: I cannot click on any links or buttons inside the WebView. I have tried with various URLs, including google.com. However, there is no issue on the iOS simulator and Android, both on simulators and some real devices. I tried moving the WebView outside of the Modal, and it works fine.
Thanks
The text was updated successfully, but these errors were encountered:
canhtran10
changed the title
Cannot scroll or click any link, button inside webview content
Real iOS device: Cannot scroll or click any link, button inside webview content
Jul 11, 2023
just understand why this issue happened, I have created a simple modal and add Webview component to it, and it work perfect: <ModalBody> {isWebview && children} {!isWebview && <ScrollView>{children}</ScrollView>} </ModalBody>
Platform: iOS 16.5 real device iPhone 13,14 (existing device)
ReactNative: 0.64
Webview Library: react-native-webview
Code:
`
<Modal
width={1}
height={1}
visible={isModalVisible}
rounded
actionsBordered
`
Thanks
The text was updated successfully, but these errors were encountered: