Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native webview disable touch

<View pointerEvents="none">
        <WebView
          style={{ height: HEIGHT, width: WIDTH }}
          source={{ getHtml(final, scale) }}
        />
</View>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #react #native #webview #disable #touch
ADD COMMENT
Topic
Name
8+3 =