Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android 4 Bug #142

Open
dervondenbergen opened this issue Jan 11, 2015 · 3 comments
Open

Android 4 Bug #142

dervondenbergen opened this issue Jan 11, 2015 · 3 comments

Comments

@dervondenbergen
Copy link

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)

@slorber
Copy link

slorber commented Jul 21, 2015

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

@ohenrik
Copy link

ohenrik commented Aug 12, 2015

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.

@dervondenbergen
Copy link
Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants