3

I'm building a web application for use with mobile devices using PhoneGap. iOS and Android show context menus with options to copy/paste, search, share, etc. when text is selected. I'd like to add an item to these menus (e.g. "add a note here"). Is there a way to do this with JS or PhoneGap?

Chris Backofen
  • 111
  • 1
  • 7
  • Same question here. You ever figure this one out? – JayGee Oct 14 '15 at 20:02
  • 1
    @JayGee I never found a way. As a work around I added a bottom toolbar to the UI so I could present tools without interfering with the native OS context menus. (If you're having trouble with detecting selection, [this](http://stackoverflow.com/questions/5379120/get-the-highlighted-selected-text) should get you started.) – Chris Backofen Oct 15 '15 at 18:52

0 Answers0