Search code examples
javascriptgoogle-chromewebosenyo

Reenabling document.execCommand("cut") in Google Chrome


Is there a way to re-enable the document.execCommand("cut") Javascript method call in Google Chrome? Palm's WebOS Enyo framework uses this is a few places, which means when I'm working on applications locally I can't access every API of the framework.

Insight from all platforms welcome, but I'm working on OS X so those answers are preferred.


Solution

  • You are going to have to use the emulator for some functionality.

    I dont know if other WebKit browsers like Safari have this ability enabled however.