My understanding is that react-native-webview uses WKWebView under the hood for iOS. I'm pretty WKWebView gives you the touchType when touch events are emitted (either direct or stylus, I believe). However, the touch events emitted by react-native-webview do not seem to provide this information. Is there another way to go about doing this?
↧