Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebView ‘Send message’ button is not clickable #85

Open
tbergman opened this issue Oct 8, 2018 · 1 comment
Open

WebView ‘Send message’ button is not clickable #85

tbergman opened this issue Oct 8, 2018 · 1 comment

Comments

@tbergman
Copy link
Contributor

tbergman commented Oct 8, 2018

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
Copy link
Contributor Author

tbergman commented Oct 8, 2018

Further info: reproduced in Chrome 69 / OS X

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant