0

I am developing an app to run in Chrome (47.0.2526.106 m) and use a 3rd party keyboard. Chrome presents a small paste menu when you touch a text field. Does anyone know how this can be disabled?

Thanks!

RushVan
  • 363
  • 4
  • 20

1 Answers1

1

You can add an HTML Attribute to each input to solve this problem. If you don't like this solution, you can also use JavaScript to achieve what you are looking for.

Community
  • 1
  • 1
Mark Beleski
  • 406
  • 1
  • 3
  • 9