0
votes
0answers
95 views

Disable overscrolling / bounce effect in Blackberry Phonegap app?

I just started testing a Blackberry app made with phonegap and noticed that the app overscrolls / has a bouncing effect when you scroll to the top or bottom. Is there a way to disable this from ...
2
votes
1answer
74 views

Mobile website fails to load on blackberry

We have a mobile website solution that is built with the following technologies: Asp.net mvc 4 (running in .net 4) Jquery Mobile (v1.3.0) Jquery validation Could it be possible that any of these ...
0
votes
0answers
88 views

Jquery mobile and phonegap application on Blackberry

I am using Jquery mobile version 1.2.0 and jquery 1.8.2 along with phonegap 2.0.0. I am working on an application which is deployed on blackberry 9780 and 9800 an both these phones, the page scroll ...
1
vote
0answers
58 views

Google Maps Not Clickable on Blackberry

I'm building a mobile application on Phonegap, implementing jQuery Mobile. I'm building the same App on Blackberry, Ios and Android. The Ios and Android Google Maps work as expected: you can click on ...
3
votes
2answers
97 views

Blackberry Simulator OS 7 Browser distortion

I am testing our web app for various mobile devices. In this case, I’m running a Blackberry simulator that simulates a Blackberry Bold 9900 running Blackberry OS 7. There is nothing out of the ...
0
votes
1answer
80 views

Blackberry not connecting to local IP on network using WIFI

I'm building a mobile application using Phonegap and jQuery mobile on Zend Studio, and I'm doing this on a macbook pro running OSX Mountain Lion. I have deployed the application to an iPhone 4, ...
1
vote
0answers
95 views

Gray edges appear when swiping page in Blackberry Jquery Mobile+Phonegap app

I am developing a Blackberry and Android app using PhoneGap and Jquery mobile together. I don't have any problems with the android version but with Blackberry I'm getting a strange behavior that I ...
1
vote
2answers
89 views

Position absolute is not working in blackberry mobile app

I fixed position absolute to display my image to full screen. But in Blackberry the image not coming fully it getting cut.i.e it is coming half of the page...this is common code for ios, Windows & ...
0
votes
0answers
136 views

Phonegap - Blackberry filetransfer with headers 401 error

This should be a simple solution, but it's driving me crazy. I am using the FileTransfer plugin to upload a photo taken with the camera to the server, pretty much exactly like the docs. I am using ...
0
votes
0answers
76 views

Issue in Virtual Keyboard in blackberry device when coded with jquery and phone gap

I am new to jquery and phone gap I have coded a page which has text field and a button On click of a button A virtual keyboard shows up for typing and then when hidden the page does not scroll back ...
0
votes
0answers
126 views

Blackberry/Webworks CSS horizontal focus-based navigation

I'm developing a mobil application for blackberry mobilephone using webworks, jquery and jquery mobile frameworks. On the header part I'd like to get a horizontal navigation bar that can be navigate ...
0
votes
0answers
161 views

Blackberry phonegap Issue showing black screen when virtual keyboard is hiding

My Phone gap application is to be supported by Blackberry. The code is working fine except some issues. One of the major issues that i am facing is: When on a page, there are some tags. Some of which ...
0
votes
1answer
536 views

Auto Scroll To Top Of Page Jquery Mobile

How can I auto scroll to the bottom of the browser window when a page is loaded, which in turn will push the address bar up?
0
votes
0answers
117 views

Prevent scrolling when loading page in jQueryMobile (for Blackberry)

I am developing for Blackberry 7.0 platform using jQueryMobile 1.2 and I want to prevent the user scroll the page when the page loader widget is displayed. I have been trying the following code, but ...
0
votes
1answer
203 views

Blackberry Memory Low issue on Phonegap application

I am developing a JQM + Phonegap application for BlackBerry 6.0+ devices. In the application I need to upload an image to the server in the Base64 encoded format. I am doing this using the HTML5 ...
1
vote
2answers
184 views

BB Webworks exception ('javax.xml.rpc.JAXRPCException') while buiding the app

I need some help here. It´s related with Blackberry WebWorks plataform. I´m running Ripple chrome extension for my dynamic web project. I´ve make the steps showed here: ...
1
vote
0answers
214 views

Jquery mobile Fixed header/footers on Blackberry

I am creating a Cordova app using JqueryMobile, everything seems to be working fine on Android both device and simulators. With blackberry the issue i've (in simulator so far) is that the header and ...
0
votes
1answer
238 views

Using jQuery Lib in bbUI

When I saw the question and answer from : Problem jQuery with bbUI.js I want to ask. Is the replacement syntax as in the question (using normal jQuery) : $(document).ready(function () { ...
-1
votes
2answers
401 views

how to access local sqlite local database in blackberry for phonegap? [closed]

I have a sqlite database which i want to load in blackberry,i found a source something like this click here like wise i want to deploy into blackberry..can u please suggest me something?
1
vote
1answer
102 views

Alternatives To Viewport Jquery Mobile

I am creating an application that will be used via a web browser control in a blackberry native application. In the blackberry browser the application responds as expected by in the native ...
0
votes
2answers
165 views

blackberry webworks app getting timed out

$.ajax({ type: 'POST', url: "http://myurl:port/projectpath.action", data: formInput, dataType: "TEXT", timeout:600000, async: true, ...
0
votes
1answer
163 views

Is it safe to remove history.back() function?

On a blackberry browser the history.back(); function redirects the browser back two steps instead (on blackberry browser running OS5.0) of the previous page, in this case #firstpage. So I just remove ...
3
votes
1answer
570 views

Ajax call fails from blackberry OS5 phonegap app

why doesnt this ajax call doesnt work on my BB OS5 and works in BB OS6+ $("#HomePg").on('pageinit', function(event) { $.ajax({ dataType:'json', url: serviceURL+'linka', ...
0
votes
0answers
105 views

how to use jQuery autocomplete in blackberry when predictive text is on?

I am using jQuery autocomplete in jquery mobile application, when I use application in blackberry curve, if predictive text of blackberry is on, autocomplete doesn't work but if you use same for ...
5
votes
2answers
543 views

How to fix a blackberry browser input from going black on focus?

I recently upgraded our mobile application to use JQM 1.1.1, and noticed a very big problem on Blackberry 6 browsers. The screenshots tell the story best. In the first image you'll see the search ...
0
votes
2answers
86 views

Different 'back' buttons generated depending on browser using jQuery mobile

The back button appears different on chrome and blackberry using jQuery mobile. Is this just how the browser implements these buttons or can I be changed so that it appears the same across all ...
-2
votes
1answer
193 views

How to enable horizontal scroll using middle touch button of Blackberry

I developed an app with jquery mobile ,but I want to scroll the content inside using the middle touch button of device. Currently I can scroll the page vertically but not horizontatly.
1
vote
4answers
629 views

window.location not work properly

Hi all I am navigating from one html page to another as: window.location = "test.html"; In test.html I have header as: <script type="application/javascript"> function ...
0
votes
1answer
230 views

How to detect pressed key on BlackBerry using JQuery Mobile?

I am using JQuery Mobile to developing my own app for BlackBerry based on WebWorks(HTML5,CSS3,JS) tecknologies. On my layout div i have 3 input elements. I am wont to detect BlackBerry enter key ...
0
votes
2answers
88 views

$.post is not working in blackberry5

post method to send data to server. function testing() { alert("###@@@@#############"); var encodedURL =intranetUrl+ encodeURI("customer/Ri_logon5.asp?requestString="); var params = ...
-2
votes
4answers
540 views

Mobile App - Screen Width and Height

Based on Blackberry , Andriod and iPhone ... what are the various screen resolutions available in Market ?
2
votes
2answers
596 views

jQuery mobile fixed toolbar workaround for BlackBerry?

I'm building a webworks application using jquery mobile. I want to use the jQuery mobile fixed toolbar but it doesn't seem to be supported in BB7. Does anyone know of a work around to get a ...
0
votes
0answers
155 views

Blackberry Torch OS 6.0 White Screen Issue on Ajax Transition

We have a Jquery mobile website with multiple pages and can navigate between pages using the fixed navigation bar at the bottom. The home page loads of our website loads fine on initial load . But, ...
0
votes
0answers
234 views

JQueryMobile: Slow page transition on Blackberry

JQM on BB7 Browser feels pretty sluggish during page transitions. I have already set transitions=none and use a multi-page template. Following is my pseudocode: button.onMouseDown(){ ...
2
votes
1answer
299 views

Possible Causes for Blackberry 9800 OS 6.0.0.141 Simulator For Crashing?

I am working on a blackberry project and ran into some problems with the simulator and I don't know why it is happening nor how to debug this problem. What I am using phonegap 1.7 cordova.1.7.0.js ...
0
votes
3answers
497 views

How to pass button text to another page?

I'm making an app for the BlackBerry PlayBook using jQuery Mobile, and in a page (actually a div with data-role='page'), I've got a lot of (say, 125) buttons each with a unique text. I've used the a ...
6
votes
4answers
828 views

Capture backspace key press in BlackBerry with jQueryMobile

Is there a way to capture backspace key press on a input[type="text"] in BlackBerry? I have tried with $('input[type="text"]').bind('keydown', function(event) { ... }); and it captures all key press ...
1
vote
2answers
400 views

Why aren't my dynamically added elements shown with jqm and phonegap?

So, i've been working for some time at a phonegap+jqm application. I've been testing with my android phone, a blackberry simulator (os7) and a blackberry device (os5). My application just fetches some ...
0
votes
4answers
1k views

Testing a Web application with an emulator

i am currently a mobile web application with jquery mobile. Is there a way of testing the application with an emulator that works for ipad, ios, blackberry, android, symbian and other major os on my ...
3
votes
2answers
792 views

deviceReady Called everytime i do a changePage() in Blackberry

I have an application developed on iOS & Android using phonegap 1.6.0 & JQM 1.1.0. Now i have used the same code for blackberry. I am having many pages within a single HTML. I just keep on ...
0
votes
1answer
129 views

jQuery-UI Autocomplete plugin AND Blackberry Autocompleter

I am using autocomplete jquery-ui plugin on jquery mobile framework. This setup is working great on all mobile devices but the Blackberry platform. The watermark is showing correctly so I know ...
3
votes
1answer
1k views

How to download a file using phonegap 1.5 (Cordova) for blackberry and windows mango?

I am writing a phonegap application which needs to download a file (pdf,doc,txt). I am using phonegap 1.5.0 i.e. cordova 1.5.0.js file. I looked into the phonegap api at ...
1
vote
1answer
876 views

Using Jquery Mobile in Blackberry Application

I found some code for an rss reader. And I want to use it for my Blackberry App. The code contains html, css and javascript docs. And I wrote config.xml for app. When I compile and try my app on the ...
1
vote
2answers
332 views

JQM crashes Blackberry simulator

Prior to deploying JQuery Mobile js script to Blackberry application, simulator(Blackberry Bold 9700) crashes throwing an error "Class 'net.rim.device.api.crypto.MD5Digest' not found". I also renamed ...
0
votes
1answer
379 views

Blackberry Phonegap/jQuery Mobile Select Menu

Hi i've developed an app in Phonegap and its working perfectly within an Android device. I've swapped the phonegap.js to the Blackberry one and installed it on a device. Everything is working fine ...
1
vote
2answers
1k views

error starting xxxx: Module xxxx attempts to access a secure API

I have checked other questions around but no one seems to have exactly the same error. I'm using phonegap+jqm to create an application, initially tested on my android phone, now i'm trying to ...
1
vote
2answers
309 views

Backbone on BlackBerry OS5 - is it possible?

I'm developing a mobile application using Backbone, jQueryMobile and Phonegap. The app works great on Android, iOS and BB >= 6, but on BB5 as expected there are countless issues coming up. I'm now ...
0
votes
1answer
409 views

Close APP Using Jquery Mobile in Blackberry

i have an app in Blackberry, I was Build in using Jquery Mobile, but i have some problem, i want to close app using a button with Jquery Mobile command, here is currently my code <ul> ...
6
votes
3answers
170 views

Session info lost on BlackBerry (ColdFusion app)

This is a ColdFusion/mobile question. I have a simple web app with a login page. User types their login info, session info is assigned, and they're taken to a projects page. This works fine, but ...
1
vote
2answers
705 views

Inconsistent behavior of the Blackberry Hardware Back button on Phonegap/JqueryMobile

I am developing a multi page JqueryMobile(1.0) App and using Phonegap(1.3) to provide the WebView. I have been through stackoverflow and the web on code to handle the blackberry hardware back button. ...

1 2