-
13 Aug 2012 2:13 AM #1
BlackBerry (9800) display problem
BlackBerry (9800) display problem
We have a problem with SenchaTouch2 and the (only supported) Blackberry Device: BlackBerry 9800
Attached are two screenshot. android.jpg is the correct view (as displayed on iPhone and Android devices). Blackberry.png is the view an the Blackberry 9800 simulator.
The code of this view can be accessed here.
Any help on this would be great.
-
20 Aug 2012 6:14 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,624
- Vote Rating
- 434
Layouts are CSS based, have you inspected the DOM to make sure it's not a browser issue?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
3 Sep 2012 3:25 AM #3
I have the same problem with my App.
Did you find a solution? My CSS r loaded correctly, but still i can't find the issue for this.
Is there a special filed in Blackberry that I have to resize?
-
24 Sep 2012 9:08 AM #4
Hi
i am facing same issue can you please suggest me some solution..
-
4 Nov 2012 2:38 AM #5
Sencha touch has a bug on this.
Blackberry os is need this meta tag on html page.
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
But when u are using microloader or in sencha sdk is putting this one
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
I put height=device-height on sencha-touch-all and microloader/developer.js and Blackberry 6 pixel height fixed.
BUT when u put height=device-height in your application on IOS orientation resizing not works anymore. Iphone can not resize application on orientation change so if u are building for multiple platforms only put this meta tag attribute for blackberry.
Wait! Looks like we don't have enough information to add this to bug database. Please follow this template bug format.


Reply With Quote