Adding iOS Safari context menu items

Is there any programmatic way to add an additional menu item to the context menu of the iOS browser (Safari / Chrome) for text selection? Now I have 3 elements: Copy, Define, Speak.

I need to add a button (context element) that will execute an HTTP POST with selected text. I'm new to iOS, and I'm looking for a guide to get started.

+4
source share

Source: https://habr.com/ru/post/1606969/


All Articles