I'm trying to figure out how to disable text selection while in a React-Native WebView for my ios app. Using the css style user-select
set to none
on the site doesn't seem to be working while using a device or simulator but it does work in a browser. Is there a way to disable this using the React-Native WebView or do I need to use some native code to achieve this?
Using React-Native 0.30, iOS 9-10