eclipsesource / tabris

Tabris for Eclipse RAP
https://eclipsesource.com/products/tabris
53 stars 18 forks source link

Option to disable the 'Share' and 'Lookup' action on Text widgets #448

Closed evolanakis closed 8 years ago

evolanakis commented 8 years ago

On iOs, when selecting some text in a Text widget, the following actions are now available:

For sensitive apps, it is desirable to disable those actions.

New API will be added to TextDecorator:

TextDecorator.disableLookupAction();
TextDecorator.disableShareAction();
evolanakis commented 8 years ago

Please review commits for #448 in our gerrit (1x java, 1x iOS)

patrykmol commented 8 years ago

Done.

evolanakis commented 8 years ago

Available in 1.5-maintenance