All Questions
16
questions with no upvoted or accepted answers
3
votes
0
answers
196
views
How do I completely prevent dragging a webpage horizontally in Android Chrome?
Page structure:
<body>
<section id="off-right'></section>
<main></main>
</body>
The off-right section is initially translated out of view, and I translate it back ...
2
votes
0
answers
131
views
Hammerjs swipe locks the window.innerHeight on Chrome Android
I've run into an issue with hammerjs on Chrome Android 66.
I have a side bar menu that's position:fixed, with top:0 and bottom:0. When the menu item opens, the layout is correct for when URL Bar at ...
2
votes
1
answer
3k
views
Using Hammerjs for pinch and zoom on image
So I have a header.. and an image. On tablet I want to be able to pinch and zoom into the image but i'm struggling. I've looked at other similar questions. But as I'm still learning, i'm not fully ...
2
votes
0
answers
530
views
hammer.js swipe android 2.3.5 not working
I'd like to include hammer.js in my phonegap / cordova app.
Version: Hammer.JS - v1.0.10 - 2014-03-28
But it seems that the example found here:
http://rawgithub.com/EightMedia/hammer.js/master/...
1
vote
1
answer
612
views
How to recognize clockwise and anti clock wise rotating?
I am using hmmer.js.
Trying to rotate image on android by multi touch.
I just want to increase or decrease the rotation angle of image.
In that case I need to have events for clock wise and anticlock ...
1
vote
0
answers
697
views
hammerjs pan event not working in cordova app
I'm using Hammer.js with the jQuery plugin in a Cordova app. I am also using zepto and zepto touch. The reason for having both (currently) is that I recently used only zepto. But the touch/gestures ...
1
vote
1
answer
596
views
Implement a vertical scrolling on a canvas
I try to implement a vertical scroller with touch pan event on a large background in a HTML5 canvas.
I use hammer JS to recognize pan gesture: http://hammerjs.github.io/
It works fine when I move y ...
1
vote
0
answers
828
views
Hammer.js Pinch Event in Android
When using Hammer.js with jquery mobile, its "Pinch" event isn't working well in Android, but it's working well in iOS.
I'm developing a mobile mail system like Gmail, so the detail page of an email ...
0
votes
1
answer
2k
views
Hammerjs not working on Chrome or Safari in IOS (made with Vuejs)
I'm working on an app that has a navdrawer and i added the gesture swipe with hammerjs to close the navdrawer when swiping left, the code looks like this:
<template>
<nav id="navbar" class=...
0
votes
0
answers
242
views
Ionic pinchin and pinchout gestures don't seem to work with android
this is my pinch zone.
<div class="pinch-div" #pinchDiv></div>
related properties
gesture: Gesture;
@ViewChild('pinchDiv') element;
initialization
this.angle = 15;
this.gesture = new ...
0
votes
0
answers
109
views
How to pull the exact animation mentioned in the Hammer.js homepage
I want to know how exactly to get this output. Mentioned in the Hammer.js homepage itself. I tried to do it by copying the same code and while emulating, I get the event notifications as 'spanleft' or ...
0
votes
0
answers
521
views
Hammer.js - links not working on Android
Working on a project that uses Hammer.js. Everything is working fine on iPhone, however on Android the links in my footer aren't working on the pages that use Hammer.js. I'm using a php include for ...
0
votes
1
answer
1k
views
Pinch to Zoom in Android with Photoswipe, Hammer.js and Transit.js
I've used hammer and transit, but still can get it work correctly.
In detail: it zooms, but zooms ALL the images, not only the visible one, and moreover it's not draggable.
I tried with several ...
0
votes
1
answer
2k
views
Hammer.js pinchin/pinchout events not firing (How to debug android)
I'm using hammer.js to capture pinch events in order to simulate zooming in and out, however none of the events are firing when I test it with my Galaxy Tab 2 (android 4.1)
html:
<img class='...
0
votes
1
answer
777
views
jquery.hammer.js crashes on android but works fine on ios
I have built a slide show and right now I am trying to add swipe support that cross platform compatible. currently my jquery hammer js build works great on ios but not in android 4. in android my ...