Hiswe

Results 20 comments of Hiswe

@giacomoalonzi Can you provide more details? OS/browser, actual behaviour & expected behaviour? Thanks

@giacomoalonzi I have no iOs device with me and no time to test it on the iOs simulator right now… So for now sorry no :) I think since the...

@apptaro thanks for the code. I'll be glad to see that in the code but I don't have the time right now to do it. Can you come up with...

A quick dirty fix could be to remove the possibility to zoom. I didn't tried it yet, but I've searched if there is a way to have the zoom value...

@Soundvessel yep. It's why I said dirty fix 😄 And I still have no solution for getting the zoom size of a browser

@ChrisButterworth I've made a little bit of research: - there is the [tabs.getZoom()](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/Tabs/getZoom) API - [this thread](https://code.i-harness.com/en/q/1a266b) propose a bunch of snippets to measure it. I just need to get...

@triblood Right now I have no clues. [I don't advise](https://github.com/Hiswe/vh-check#updateontouch) to use the `updateOnTouch` implemented in this plugin. You'd better come up with your own listeners. It's a little more...

@Badhumvee Unfortunately not. Maybe it's linked with those [caveats](https://github.com/Hiswe/vh-check#caveats)?

Not the same problem but the 0.4.5 seems to fix an issue with S3 upload (see [#51](https://github.com/arvindr21/blueimp-file-upload-expressjs/issues/51)) I hope the update will be made soon!

@vihuvac I had the same problem for the upload. Using the 0.4.5 by making an `npm install arvindr21/blueimp-file-upload-expressjs` has resolved the problem for me. So it should be good if...