QuoJS icon indicating copy to clipboard operation
QuoJS copied to clipboard

Android 4 Bug

Open dervondenbergen opened this issue 10 years ago • 3 comments

There is a but when using QuoJS version 3.0.6 in Android regarding the clicking / touching on a normal <a> tag. There is no javascript Involved, only Quo is loaded.

I made two testcases to show this:

  1. testcase (Link without QuoJS) http://codepen.io/dervondenbergen/pen/9d03ad336a86744ef64478ad584d21a6/ or for testing on mobile http://s.codepen.io/dervondenbergen/debug/9d03ad336a86744ef64478ad584d21a6
  2. testcase (Link with QuoJS) http://codepen.io/dervondenbergen/pen/eea483d5605afe950cead5a9597ffa28/ or for testing on mobile http://s.codepen.io/dervondenbergen/debug/eea483d5605afe950cead5a9597ffa28

When using iOS both versions work. (Tested with iOS 8.1 on iPhone 5S and iOS 8.1.2 on iPad Air 2)

On the tested Android Devices is testcase 2 not working. (Android 4.4.2 on Samsung Galaxy S5 and Android 4.2.1 on Asus Transformer Pad TF300T)

dervondenbergen avatar Jan 11 '15 00:01 dervondenbergen

I have a similar problem with v3.0.8 on Android 4.4.3

QuoJS makes it impossible to click on a form's submit button, making it unusable

slorber avatar Jul 21 '15 09:07 slorber

Have any one found a solution to this yet? I have the same problem on iOS. No links or form inputs works when qoujs is loaded. I found out that the file qou.environment.js is the one causing problems.

ohenrik avatar Aug 12 '15 10:08 ohenrik

@ohenrik I dropped QuoJS in the project I used it, as I only needed the swipe mechanism from Quo. I replaced it with something coded on my own, where I took this as reference / inspiration: http://padilicious.com/code/touchevents/index.html. Maybe this could help you, if you also use Quo only to get the swipes.

dervondenbergen avatar Aug 12 '15 17:08 dervondenbergen