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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: