[TIMOB-25006] iOS : Disable copy, select all,define,share popup contex menu inside webview without disabling text selection
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Jignesh Kasundra |
Assignee | Unknown |
Created | 2017-07-12T07:15:15.000+0000 |
Updated | 2018-02-28T19:54:49.000+0000 |
Description
This is the feature works fine on Android but not on iOS platform ,
our application is book reader. the notes and highlight feature is more important to us and to make notes and highlight we must have to select the text inside webview. On iOS Platform The properties disableContextMenu : true also disable the text selection as well.
Hello, the docs clearly states that "Note that disabling the context menu will also disable the text selection on iOS." Feel free to share the native guide on his this is handled on native iOS. Our engineers will consider it. Thanks.
Thanks Sharif please refer below links, this is a native code, which disables only copy , share context menu and allows text selection https://stackoverflow.com/questions/37986733/how-to-disable-copy-share-option-while-selecting-text-in-uiwebview-but-selectin
Hello, is there any development status on this ?