0
votes
0answers
22 views

Scroll event bbui webworks - check bottom of page

I'm working on an app in Blackberry using BBUI that loads search results from twitter. But I have problem loading new results when the user reached the bottom of the page. ...
0
votes
2answers
42 views

Best practices for creating translation files for multiple platforms

We are currently facing the problem to create and host translations for an app for multiple platforms (iOS, Android, HTML5, BlackBerry ...). Are there any best practices for hosting the translations ...
0
votes
1answer
64 views

Ripple Blackberry webworks 10 not loading javascript

I am using Ripple plugin for Chrome to try out HTML5 app with webworks 10 sdk. I cannot seem to be able to download any external javascript, I tried to get <script type="text/javascript" ...
1
vote
0answers
36 views

Empty space in Blackberry Torch 9860 [closed]

I'm making an application with Phonegap which needs to run in Blackberry, Android and iOS in landscape. In the app I already have made a responsive design with CSS to be displayed on the devices in ...
1
vote
2answers
90 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
31 views

Blackberry Webworks - Which .js library do I need to include do get access to the blackberry code hinting?

I'm using Dreamweaver for development. I've installed Webworks but all the community samples seem to reference webworks.js or something similar. Where is this file?
0
votes
0answers
64 views

Blackberry 9300 <video> always on top

My webapp, directed especifically to Blackberry users, consists of three tabs: the first one for the video (rendered with the <video> tag), the second one for an info text and the third one ...
0
votes
1answer
80 views

Ripple Emulator for Black Berry : how to work with sql lite?

Where do I have to put sql lite database in order to work with it with an application that access it using a sql lite script similar the following? : function GetComuni(dbName,sqlStmt) { try ...
0
votes
1answer
49 views

Possible to have multiple open files in web app

I made a text editor in Flex that only allows you to work on one text file at a time. I want to redo it as a Blackberry WebWorks app that allows you to have multiple files open simultaneously allowing ...
1
vote
1answer
149 views

How to handle SD card/no SD card scenario in PhoneGap File API?

I am using the PhoneGap File API in a BlackBerry app. I have the following line of code: fileSystem.root.getFile("myfile.txt", {create: true, exclusive: false}, gotFileReaderEntry, readfail); In ...
5
votes
1answer
248 views

phonegap - Black screen showing after splash screen on blackberry

i've build my app using phonegap online builder, and it works properly on android but on a blackberry device (9800) and after the splash screen it shows a blank black screen with a white horizontal ...
0
votes
0answers
73 views

Video.js not working with BlackBerry phonegap app

I cannot get Video.js to work with my BlackBerry app using phonegap. A black screen appears for the video tags, but the video does not play.
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 ...
1
vote
1answer
106 views

how to pack phonegap blackberry application with a video?

I am developing application for blackberry using phonegap. I have a requirement to display video in my application. I want to package my application with the video. I copied my .mp4 file in ...
1
vote
1answer
101 views

HTML inputs in Blackberry have different width depending on their type

Inputs with styles width: 100%; box-sizing: border-box; of type number or date have a different width than the ones of type text when I test the following code in Blackberry. I have checked it for ...
0
votes
1answer
129 views

GPS coordinates not working in blackberry 9800 using webworks

I am using HTML5 Geo-location API for getting the GPS cordinates navigator.geolocation.getCurrentPosition(geolocationSuccess, [geolocationError], ...
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
0answers
202 views

blackberry Webwork back button override issue in os7

I am having an issue with bb back button and menu. we have override the back button event according to our requirement. It works fine in all the device except for bb7 devices. The issue is that if i ...
0
votes
2answers
405 views

CSS Body height: 100% Not Working in Blackberry

For some strange reason, I could not get my body height to stretch to 100% on BlackBerry phone. It works fine in the Ripple Emulator but on the actual device. This is my index.html file: ...
0
votes
1answer
173 views

BlackBerry Trackpad Scrolling Issues

I have problem scrolling using trackpad. Below is the example that I tried from pdf on WebWorks focus navigation. <!DOCTYPE html> <html> <head> <meta name="viewport" ...
0
votes
1answer
190 views

Header and footer are hiding while scrolling the page in blackberry phonegap application

I have developed a Phonegap application for Blackberry platform. I had an issue is that while scrolling the page, the header and footer are hiding in Blackberry Phonegap application. Can anyone help ...
0
votes
2answers
144 views

Blackberry OS6 camera wont shut down after capture

I have developed a HTML5 webapp for Smartphones, initial roll out being blackberry. Part of its function is too take a photo, then return to a form for more info. On OS7 (Curve type phone) the app ...
0
votes
1answer
235 views

What encoding settings for BlackBerry HTML5 streaming?

For several days I've been desperately trying to get my videos stream on BlackBerry as well as the major desktop and mobile browser. The videos are embedded in this way: <video preload="auto" ...
0
votes
1answer
265 views

Phonegap blackberry photo upload server php script

There are many people asking questions related to this issue, but none are complete enough for me to solve my issue. I have created a fully working HTML5 smartphone app, based on phonegap, for.. ...
0
votes
0answers
133 views

Video Streaming to Blackberry - Youtube can do it… but how? [closed]

I have seen Youtube embed code run what looks like a html5 video player inside a blackberry browser. It streams the video (apparently), because my BES puts a cap on Request entities (around 256k) and ...
2
votes
1answer
233 views

send SMS from mobile browser

Can I send SMS after clicking on link in mobile browser? Similarily to this link - but it's not compatible with BlackBerry, Openwave (Myriad) browser. Is there all browser compatible solution for ...
0
votes
2answers
184 views

HTML5 LocalStorage not persistent on blackberry after Power Off

I have been working on an app for Android, IOS and Blackberry using PhoneGap this application is using localStorage to keep a auth_key between accesses. My Issue is that when I reboot hard reset ...
3
votes
1answer
510 views

aspect ratio for a game on different mobile device screens

i am making a game on different platforms, and i need to maintain a fixed aspect ratio while rescaling the game based on different device screen sizes... 1) so theres many different screen sizes ...
0
votes
1answer
68 views

Auto capitalize input field on BlackBerry

I have a HTML input (for data such as first name) on a website, and the client would like the field to auto capitalize. Do any weird attributes exist to enable such functionality on BlackBerry?
0
votes
1answer
73 views

Blackberry advertising service in webworks

i am using the blackberry advertising service in my webworks app. banner is displaying. its not doing anything if i click on the banner. following is my code. <script type="text/javascript" ...
0
votes
1answer
135 views

Integrating html5 in blackberry app

I am an android developer. I have developed an HTML5 application and I launch it through webView in android. I am new to blackberry app development. Is there anything we can use like webview to launch ...
0
votes
1answer
80 views

Tag to Display MONTH and DAY

Do we have any tag to Display only Month and Day in Mobile browser, it should be selectable by the user? or do we have any alternative to this for Blackberry Device?
0
votes
2answers
102 views

Web app for mobile devices or mobile specific

I have a question about mobile application development. I'm wanting to develop an application for my Kindle and looking through the tutorials I found that HTML5 CSS and JavaScript could be used to ...
1
vote
1answer
366 views

Blackberry Scroll issue

I have created a HTML page for Blackberry. I have done all right but am not able to scroll any divisions using trackpad. I am testing this in Blackberry bold. Here is my code: <!DOCTYPE HTML> ...
0
votes
0answers
237 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(){ ...
0
votes
3answers
499 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 ...
0
votes
0answers
155 views

How to use appcache feature of HTML5 in blackberry app wrapped with phonegap?

I am trying to use app cache inside phonegap application for blackberry however the events for app cache such as onchecking,oncached, onnoupdate,ondownloading are not firing at all. I am testing it on ...
0
votes
1answer
184 views

HTML 5 coding in blackberry

I am starting to develop and Mobile application in blackberry for 5, 6 and 7 BB OS. I got to know that HTML 5 is new stuff which i can use in my BB apps. I m trying to show HTML 5 video, what type ...
0
votes
1answer
201 views

Implementing native-like time picker on Blackberry with mobiscroll

I have a web application which has a text box for entering time in hh:mm:tt format. A time picker has been integrated using mobiscroll I am having issues while trying to enter time using the ...
0
votes
1answer
127 views

Phonegap on BlackBerry don't write a negative number on html5 input type=number

I'm developing with Phonegap on BlackBerry and i have a problem with html5 input type number. When i write a negative value, blackberry show this string "22-". I have tested in Blackberry os 6 and os ...
0
votes
0answers
88 views

How to pro-grammatically add event in blackberry playbook calendar from an html5-web works application?

I have an blackberry playbook application with me, which is created using HTML5/Web works. I want to add a feature by which user can set a calendar reminder in his playbook from one of the page from ...
0
votes
1answer
176 views

Layout Messes up with Different Simulators

I'm having some trouble with the Ripple Emulator and the Blackberry Simulator. The ripple emulator, seen as the larger picture below, shows what the application is designed to look like (I have been ...
1
vote
0answers
167 views

navigator.online can't detect 3G network in blackberry html5 app

I am new to blackberry development. I am creating a html5 app for blackberry. I need to check the internet connection in every page.So i did this as below in every page. In javascript var ...
1
vote
2answers
232 views

Webworks: How to Run a Repeated Task

I need to have a background process be started as soon as the blackberry is turned on and remain in the background. Here it will repeatedly run a function, say every half hour or so. Is this possible ...
3
votes
2answers
1k views

HTML5 MP3 player with flash fallback that ACTUALLY works on Blackberry webpages

I have tested loads of HTML5 MP3 players with Flash fallback in the past month, and none seem to work on Blackberry phones (i.e. below OS 7.0, because OS 7 already has some HTML5 support). Do you know ...
6
votes
1answer
470 views

Blackberry BrowserField Issue -

I am using 'net.rim.device.api.browser.field2.BrowserField' for loading an html page with 2 scripts. script 1 (Jquery) script 2 (Jquery mobile) The 2nd script gets loaded twice. Its like the ...
1
vote
1answer
133 views

x-blackberry-focusable being ignored on playbook

I'm working on an HTML5 app with webworks on a BlackBerry PlayBook. I have a bunch of a href tags through out the site, some added at design time, and some generated dynamically. When I load the app ...
0
votes
1answer
510 views

How to show pdf page in webview using html5 in android

Currently I'm using pdfrenderer library to render pdf page and convert that page into image and showing in a view. In this case we can't copy text from pdf page. I want to create a single project ...
0
votes
1answer
297 views

HTML-Javascript-CSS Programming for mobile browsers- blackberry vs IOS vs Android

Could someone summarize the differences in html tags, javascript and CSS when tarngeting these 3 mobile browsers IOS Android Blackberry Thanks.
1
vote
1answer
296 views

Reading Data From a Server into WebWorks

I am designing an app with the Blackberry WebWorks SDK (HTML5) which needs to obtain data from an SQL server and display it on the app in a simple list. What is the best way to approach the transfer ...

1 2