Vlad Filippov

Results 66 comments of Vlad Filippov

And lastly could you check the "enable touch events" flag in `chrome://flags` ![](http://img.wonderhowto.com/img/00/77/63541366792907/0/10-speed-hacks-thatll-make-google-chrome-blazing-fast-your-computer.w654.jpg)

@toxicdog try this: with the _ARChon custom runtime_, 1. go into `gen_index.min.js`: https://bitbucket.org/vladikoff/archon/src/e8a4a32c1bc21c5008e4f64798469d25e21c8b1a/gen_index.min.js?at=master#cl-846 change `a.setAttribute("touchscreen", "ontouchstart"in document.documentElement);` to `a.setAttribute("touchscreen", true);` 2. go into `plugin.js` https://bitbucket.org/vladikoff/archon/src/e8a4a32c1bc21c5008e4f64798469d25e21c8b1a/plugin.js?at=master#cl-541 change `pluginObject.setAttribute('touchscreen', 'ontouchstart' in document.documentElement);`...

I don't have a Win8 touch device that I can debug this issue on. I'll try to find a test device soon.

@TheWraithL98 I ordered the HP Stream 7 and will try to test on that, thanks for letting me know!

Hey @MeoMix could you rebase this PR and add documentation for the options under `docs/` ?

> I also figured out the reason. fs.copyFile(Sync) calls into the OS to copy the file where as grunt.file.copy reads bytes and writes bytes. This ends up triggering the windows...