-
26 Mar 2012 4:07 PM #1
Lower part of tablet screen non-responsive due to viewport created by Ext.Setup
Lower part of tablet screen non-responsive due to viewport created by Ext.Setup
Hello,
This is another drag problem (sort of), but we were able to find a work around for it. The problem seems to come from the viewport created by Ext.setup
Panels on the tablet (iPad) screen, when dragged to the lower part of the screen are stuck there and don't get any tap input. So those panels can't be closed , moved or interacted in any way.
The work around is to set the ViewPort as hidden
Ext.setup({
viewport: {
hidden: true
}
This allow interaction with the panels in the lower screen
The problem is in portrait and landscape mode
The problem does not happen on the Desktop with Safari or Chrome
thank you
Omer Paran
Co-Founder & CTO
attracTV
Mobile IL : +972 50-202-4804
omer.paran@attractv.com
web site: www.attractv.com
twitter: http://twitter.com/attractv
-
26 Mar 2012 4:46 PM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,651
- Vote Rating
- 14
We're going to need to be able to recreate the problem and I don't see anything here that shows the problem yet. Can you provide a test case which shows the issue?
-
26 Mar 2012 4:54 PM #3
More Info
More Info
You can see what we are trying to do at:
http://dev2.attractv.net/html5/atv/atv.html
this is before the work around
a panel will open with the title "Alert" - if you drag it to the bottom part of the tablet, it will be stuck as explained in the bug
I hope this helps, if not, please let me know
thanks, Omer.
You found a bug! We've classified it as
TOUCH-2605
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote