Closed evolanakis closed 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();
Please review commits for #448 in our gerrit (1x java, 1x iOS)
Done.
Available in 1.5-maintenance
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: