vincentriemer / react-native-dom

An experimental, comprehensive port of React Native to the web.
https://rntester.now.sh
MIT License
3.25k stars 73 forks source link

WebView ‘Send message’ button is not clickable #85

Open tbergman opened 5 years ago

tbergman commented 5 years ago

Reproducing : RNTester -> WebView -> Messaging Text Example: The ‘Send message’ buttons are not clickable, both in the WebView side and in the React Native side. The cause might be the value of the pointer-events prop whose value is ‘unset’ in the ‘ui-child-container-view’ components. Changing the pointer-events prop value to ‘auto’ in the iframe parent component (‘ui-child-container-view’ ) makes the button in the WebView side clickable.

tbergman commented 5 years ago

Further info: reproduced in Chrome 69 / OS X