The Problem
The Tab Panel buttons in my Sencha Touch 2 app are displaying incorrectly within my Blackberry OS 7 device. This is what they look like:
Environment Details
Blackberry Torch 9810
Blackberry OS 7.0
Sencha Touch 2.0.1
Troubleshooting
I ran the web site in the Blackberry OS 10 Simulator successfully. The tab icons look fine
The buttons look fine in Android and iOS apps.
Solutions
I've upgraded my Blackberry Torch I'm testing the site on from 7.0 to 7.1 and the buttons are rendering correctly now, however, that does not solve my problem for folks still on v7.0. Has anyone gotten this working correctly in 7.0?
Thanks for your help with this!
Related
Hi I am making my project with Create js .. I used touch function in my project. I have an image that is scrolled automatically and with the touch we can change its direction, but unfortunately it doesn't react properly on the android and windows phone, but works well on ipad and pc.. any help,,, please help how can I achieve same behavior over android and windows phone., thanks in advance
I just converted a site to use the Twitter Bootstrap 3 framework, it works just great on all devices EXCEPT BlackBerry 10.
It even works on the BlackBerry 10 Simulator just fine.
The problem is that the navigation buttons for the mobile drop down do not work.
Has anyone come across this & have a fix? [and an explanation as to what is going on?]
UPDATE
Just got an answer in github [sort of] "Bootstrap 3 does not support BlackBerry devices"
I've edited my previous post and erased it
bootstrap navigation menu works fine with the BlackBerry OS 10
you can check it on the bootstrap website, open it from your device
these are the three navigation menus types, I've tried all of them from my Q5
http://getbootstrap.com/examples/navbar-static-top/
http://getbootstrap.com/examples/navbar/
http://getbootstrap.com/examples/navbar-fixed-top/
only with the fixed top, the last item at bottom is slightly out of the screen.
Bootstrap 3 does not support BlackBerry devices
currently on BlackBerry OS 10 I'm experiencing that everything done with bootstrap 3 and jquery is displayed correctly.
I have recently updated my iPad device to version 6.1.3, it was OK till i have not installed Xcode 5.0, now when i run one of my application in this device, many of the times i get Black Blank Screen, in the half of ipad Screen, like the image is showing. Any help would be appreciated.
I have tried the following tricks:
1. language change.
2. shutting device off and then On again.
3. switched WiFi network...
When you select your device to run, there's two listed devices, select the first one, that uses SDK 6.
If your list contains only one, you'll have to download SDK 6 and copy to Xcode folder: just like this link Is it possible to get the iOS 5.1 SDK for Xcode 4.2 on Snow Leopard? but using SDK 6.
I try to use Delphi XE2 for develop for an iPad 3 professional application.
The configuration is ok.
I work on a MacBook Pro with Windows 7 on VMWare.
I create an HD app for iOS.
I put a timer, two labels and a button.
The timer refresh the time on label1 and the "on_click" event of the button change the label of label2.
It's compiled with Delphi.
I export to Xcode in the shared folder.
I launch Xcode and try with the iPad simulator.
All is ok.
I try to run on a real iPad, the application is launched but:
* the form is shown as a very small panel
* the timer seems not working but if i rotate the IPAD, the screen is refreshed and the time is shown.
* MY MAIN PROBLEM: if i tap on the button nothing happens.
I tried a lot of events, all works in delphi, in iPad simulator but not on the real iPad.
So, what the good options for fire events on a iPad ?
Thanks in advance
EDIT:
I try to run the same application on a iPhone 4S and it works fine!
The trouble is only on iPad 3. I haven't no iPad 1 or 2 for testing.
I finally solved this trouble.
The installation of Delphi XE2 update 4 need to have XCODE 4.2 installed.
If you don't have it you can't install FireMonkey-iOS.dmg.
You must have too the latest version of XCODE 4.3.2 in parallels.
Of course, BE CAREFUL, of what version of Xcode is launched!
It easily to understand that for used the new IPAD (3) you must used at least Xcode 4.3.2.
If you use Xcode 4.2, your project will be compiled, running but now responding, because it don't know about iPad 3.
Enjoy.
I am forcing my app (developed in JRE 4.5) to run in non-compatibility mode for OS versions 4.7 and higher so that the virtual keyboard would not take up half of the screen space.
Now, when I test my app in 4.7 or 5.0 simulator, I see that the touch events are not working. Is there way to handle touch events in code so that I can translate it in to trackball events when running in Non-compatibility mode?
Please refer to the comments on this page for answers