[TIMOB-9660] MobileWeb: KitchenSink:We are not able to scroll any pages(up<-->down;left<-->right) on windows phone (mango) which blocks testing in portrait as well as landscape orientation.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-06-20T14:24:27.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | qe-mw020912 |
Reporter | Lokesh Choudhary |
Assignee | Chris Barber |
Created | 2012-06-20T11:38:03.000+0000 |
Updated | 2014-01-28T23:57:34.000+0000 |
Description
We are not able to scroll any pages(up<-->down;left<-->right) on windows phone (mango) in portrait as well as landscape orientation
Not a Regression, occurs with 2.0.2GA
Steps to reproduce:
1.Build kitchen sink for mobile web in titanium studio.
2.Type the ip address of your laptop into the mobile device's web browser.(IE for Windows Phone mango).
3.Hit go or enter.
4.Kitchen sink will fire up in the browser.
5.Tap on any tab & try to scroll up,down,left & right.
6.You will see that we cant scroll in either direction in portrait as well as landscape orientation,which blocks test cases from being executed.
Actual result:
1.Unable to scroll any pages(up<-->down;left<-->right) on windows phone (mango) in portrait as well as landscape orientation.
Expected result:
1.We should be able to scroll in all possible directions on windows phone mango in portrait as well as landscape orientation.
Unfortunately WP7.5 doesn't support touch events of any sort, so we can't support this functionality.
Just a clarification that the device itself supports the touch events but not the browser that ships on this device.
Correct. The browser does not support mousemove or any touch events.