A Cordova App has been developed using Angular JS, with the Apple webview copy/share/define menu disabled from the view code in Xcode to prevent it from popping up.
The Angular JS code is also available on a website accessible by desktops, where the Copy/share/define menu still appears.
Despite trying various solutions found on Stackoverflow and other websites, most of them only provide the css tag: -webkit-user-select: none; which disables selection completely. Our goal is to remove the copy/define/share menu specifically. Is this achievable or is it something that hasn't been implemented yet?