QuoJS icon indicating copy to clipboard operation
QuoJS copied to clipboard

Micro #JavaScript Library for Mobile Devices

Results 23 QuoJS issues
Sort by recently updated
recently updated
newest added

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

Currently working on an android webapp, everything works fine on iOS but just started testing on Android lollipop but no click events is working... it works when i disable quoJS...

Hello, I have been faced with the following issue : I have created a handler on the swiping event like this : .swiping(handler); when calling off('swiping', handler), it doesn't unhandle...

'2xFingers Tap', '2xFingers Double-Tap','Fingers' doesn't work.

Hello, I have attached the hold function to a div element, I have console logged the event object upon holding, and I have noticed that the first time, the currentTouch...

Hello! I experimented with QuoJS and jQuery with the same client and server environment. Server use express 3.x and I found outstanding different in the way that jQuery and QuoJS...

seems like the max time between two taps to be interpreted as a doubleTap is hard coded to 250ms. is that right? Well, testing on iOS that seems not to...

hi, trying to understand: ``` javascript $$('a.add_fav').on('touchstart', function(e) { e.preventDefault(); mycodehere(); }); ``` seems to correctly prevent link to be executed, while ``` javascript $$('a.add_fav').tap(function(e) { e.preventDefault(); mycodehere(); }); ```...

I have just encounter a status 0 when the server is not reachable. Here is link discussing http status 0. It seems that status 0 should be considered as an...

Hey, I'm trying to send a request with a key named object[attribute], but seems like QuoJS always escapes the [ ] and the request fails. In jQuery I set data...