... A drag event on an element that is taken outside the bounds of the current viewport such that it is wider? Joe Crawford @artlung -- Joe Crawford ...
799
Trygve Lie
trygvelie
Dec 7, 2011 4:59 pm
I would expect a resize event when the browser window are resized. I suspect that some mobile phones does resize the window when a on screen keyboard occur on...
798
Peter-Paul Koch
ppkwdf
Dec 7, 2011 3:57 pm
I've started working on the resize event on mobiles and tablets, and oh my God it's a mess. What I'd like to know now is when you would expect the resize event...
797
sailingnewssa
Dec 6, 2011 1:45 pm
Hi Martin I built the pre-login mobi site for a bank in South Africa and we have been using 'GAM' very successfully for a while now. The results are more than...
796
James Pearce
kuriuskat2001
Dec 5, 2011 6:45 am
Obligatory plug for a recent blog post where I looked at the JS-based measurements (but also matchMedia which is something of a bridging of the worlds): ...
795
Caleb Wong
ca1ebo
Dec 5, 2011 6:37 am
Hi Like to know how other developers are doing their testing when building for tablet (specifically ipad) I'm using media queries only for ipad with the below...
794
Amit
amitkoth
Dec 1, 2011 3:12 pm
many thanks Trygve...
793
Trygve Lie
trygvelie
Nov 30, 2011 10:13 am
... If your looking for readability and UX for "the iPad" I find Bibliotype a good starting point. Its optimized for reading pleasure. Site:...
792
Amit
amitkoth
Nov 29, 2011 8:53 pm
Hi everyone, I'm new to this list. I wanted to request pointers on a ready set of guidelines (or better still - actual HTML5/CSS assets) for any kind of...
791
naresh
nareshtestin...
Nov 26, 2011 5:57 am
Searching for best user testing company on Internet for website user visibility, I have visited http://www.testinguser.com and found that they offer very...
790
Peter-Paul Koch
ppkwdf
Nov 23, 2011 1:36 pm
Sorry about the spam. I was basically connectionless for three days, and didn't check this list. The offending member has been removed. ... ppk, mobile...
789
Teletopix Telecom
teletopix
Nov 22, 2011 2:42 pm
Propagation Path Radio wave can be propagated from the transmitting antenna to the receiving antenna in many ways: perpendicular incidence wave or ground...
788
Teletopix Telecom
teletopix
Nov 21, 2011 12:11 pm
Hey!! Grove up Your Knowledge About Telecom, Physical Combination of Logical Channel in GSM Definition of Logical Channel How Power Control in GSM...
787
teletopix
Nov 21, 2011 7:42 am
wanna to get knowledge about CDMA,GSM,3G & LTE get it at below, I like it,I join it,... Do you?? www.teletopix.blogspot.com...
786
wendimaya1076
Nov 19, 2011 11:51 pm
Finding your match is just a few mouse clicks away With geo-targeting and millions of members You will never run out of choices. Be a member now!!! ...
785
Don
dev4net
Nov 16, 2011 6:40 am
Hey everyone, This is a heads up to let you know about an effort to create some guidance for developers and designers building mobile web experiences, called...
784
jim smith
jim68000
Nov 11, 2011 8:47 am
I've found -webkit-overflow-scrolling: touch to be strange on iOS 5. If you have any elements that have position set it refuses to render them if they were...
783
Barney Carroll
barney.carroll@...
Nov 10, 2011 7:48 pm
Excellent overview, Brad. As you suggest in your article, the lack of proper position:fixed support in mobile browsers is particularly tragic because the...
782
Brad Frost
ienjoyhotsoup
Nov 10, 2011 3:12 pm
I tested out fixed positioning and scrollable regions on a lot more devices and posted my results here: http://bradfrostweb.com/blog/mobile/fixed-position/ I'd...
781
vhsrjj
Nov 10, 2011 12:48 am
You've got a private message! Check it here: http://file1.hpage.com/007185/13/html/hottie.htm...
780
James Pearce
kuriuskat2001
Nov 4, 2011 10:16 pm
... Are there other options beyond the Weinre, Playbook or Dragonfly debuggers? James...
779
Barney Carroll
barney.carroll@...
Nov 4, 2011 8:38 pm
Not to detract from the original problem, but as an aside to clarify my understanding of touch events: my belief was that the whole notion of the 'FastButton39;...
778
Peter-Paul Koch
ppkwdf
Nov 4, 2011 8:05 pm
... stopPropagation doesn't (shouldn't) help. The problem is not event bubbling, but rather the event cascade triggered by a touch action. As to...
777
Trygve Lie
trygvelie
Nov 4, 2011 3:18 pm
Hi Not looked to deep into your code but a quick reply since I had almost the same problem not too long ago. I get the same result as you on your problem...
776
Peter-Paul Koch
ppkwdf
Nov 4, 2011 3:13 pm
... Thanks. The issue is iOS 3 only, then. That helps a lot. ... there? No. Returning false there doesn't do anything. I don't think anything is supposed to...
775
Mark Newhouse
lowenddslr
Nov 4, 2011 3:03 pm
PPK, Tested on an iPhone and iPad, both running iOS 5. Scrolling worked left and right. Vertical scrolling also worked correctly. And clicking a headshot...
774
Barney Carroll
barney.carroll@...
Nov 4, 2011 3:02 pm
Hiya PPK, On my iOS5, it behaves as you intended. As far as faulty behaviour is concerned, I can't test iOS3.2, but doesn't ontouchend trigger the link? Can't...
773
Peter-Paul Koch
ppkwdf
Nov 4, 2011 2:45 pm
Hello, I've run into a serious conundrum with a scrolling layer script that should be pretty simple. Test page: http://quirksmode.org/mobilismsite/Mobilism.htm...
772
sommsnet@...
juliorabadang
Nov 3, 2011 11:22 pm
Very interesting. Recently I did similar experiments with the same frustrating result. I've read that Android 3 has a real fixed positioning support, like iOS...
771
Brad Frost
ienjoyhotsoup
Nov 3, 2011 6:28 am
... I started playing around with fixed positioning, scaling and scrollable regions in iOS5. Here's my test: http://bit.ly/mobilefixed 1. On the first page I...