Bootstrap 3 Menu does not work on BlackBerry 10 devices - blackberry

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.

Related

Ionic Tabs in iOS displays part of the icon at the bottom of tab

I am developing a mobile app in ionic that uses tabs.
When I transfer from one tab to the other(click the other tab) a portion of the icon is being displayed at the bottom of the tab for less than a second. It's like a flicker that disappear after a second.
It only happens on iOS. Before I was also using the same project and it doesn't happen. I'm not sure what was the cause since I did a lot(I was trying to fix the bugs in iOS9)... I updated my ionic, cordova and downloaded the latest xcode(I have 2 xcode in my workspace, I'm testing it in 6.3 and 7.0). I'm using an iPhone with iOS 8.1.
Pleases see the image below:
I got a similar issue with my tabs on iOS9. By looking at the console while running on the iOS simulator, I saw some $digest loop error.
This is a bug specific to iOS 9 caused by ngRoute. Applying the patch provided by Ionic did the trick.
Here is the related issue: https://github.com/driftyco/ionic/issues/4082
And here is the patch: https://gist.github.com/IgorMinar/863acd413e3925bf282c

JQuery .popup("open") not working properly on iOS 9 device

onClick event we call following
$("#popupDialog").popup("open");
$("#popupDialog").popup("open");
$("#username").focus();
the popup appears and suddenly disappear.
We are facing this issue on iOS devices , since we updated ipad and iphone to ios 9 before iOS 9 it was OK.
Mobile Application Platform : JQuery Mobile 1.4.2 using Mobilefirst 6.3 studio
How can we fix this issue ?
Thanks,
I added data-history="false" to the pop div and it is is working now
Same problem. Seems that adding
$(document).bind("mobileinit",function(){
$.mobile.hashListeningEnabled=false;
});
has an effect: the pop-up opens one time. But then after closing, the problem comes back.
Still looking into it...

Links don't work using MVC 4 on an iPhone

I'm using jQuery Accordion. It works perfectly on all devices except on the iPad and iPhone. On these devices not of my links work.Even if I have a simple link to another page nothing happens. I've been trying to track this issue down for a few months. Any suggestions?
It work fine on an android device.

setting a view of dropbox in IOS 7 iPhone

I have integrate drop box API in my iPhone application. but when drop box view opens it will cut in ios 7.
it runs perfectly ios 6 but some part of view is hide under navigation bar in ios 7
how can i solve this issue? please help.!
i think you are using old SDK for drop box. please use new SDK from following link.
https://www.dropbox.com/developers/sync/sdks/ios
And follow Examples which are already provided in SDK
I hope it will work.

Sencha Touch 2 and Blackberry OS 7: TabPanel Buttons Misrendering

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!

Resources