rubber-band Questions
9
This:
$('body').on('touchmove', function(e) { e.preventDefault(); });
Works, but will disable scrolling throughout the whole page, which is far from ideal.
This:
$('*').on('touchstart', functi...
Spanner asked 27/4, 2012 at 21:6
2
At least when you scroll over the edge on mac, you see the page moving down and leaving a plain color behind it. Iv'e figured out the you can change the color by setting the background color of the...
Jugular asked 4/6, 2015 at 9:44
1
I have a full screen web app running on iOS. When I swipe down, the screen scrolls with the rubber band effect (bumping). I want to lock the whole document but still allow scrolling divs with overf...
Pathogenic asked 11/11, 2013 at 15:8
2
I want to create a resizeable selection tool to select a part of an image with the mouse.
I want to accomplish this with QT, i have a working QRubberBand to create a basic selection.
Next step is ...
Herod asked 20/4, 2011 at 10:59
4
Solved
how can i draw a zero opacity rubber band over a windows form with 0.3 opacity?
(The rubber band is made after a Microsoft example
Update:
I need that rubber band to work something like a mask. If...
Lutherlutheran asked 14/1, 2010 at 15:24
1
© 2022 - 2024 — McMap. All rights reserved.