Is it possible to disable copy/paste dialogues in html5 apps? Using the code <script>window.addEventListener("contextmenu", function(e) { e.preventDefault(); })</script> works when viewing it in a browser but not when running the app.