Questions tagged [blackberry-10]

BlackBerry 10 is a QNX-based mobile platform developed by BlackBerry (formerly Research in Motion). It is the successor to the BlackBerry Java platform and was launched to consumers on January 30th 2013. Be sure to read the tag wiki (click on learn more) before selecting question tags.

BlackBerry 10 is a QNX based mobile platform created by BlackBerry (formerly Research in Motion). The officially supported development approaches are:

  • Native (C/C++) - This includes a UI framework called Cascades which developers can use to design and layout UI components

  • WebWorks (HTML5) - BlackBerry® WebWorks™ allows web and mobile web developers to use the SDK in combination with their development tooling of choice to develop, test and package up their web applications for BlackBerry tablets and smartphones.

  • Android runtime (Java) - BlackBerry 10 includes the Android 4.2.2 (Jelly Bean) runtime so Android apps can be repackaged to run on BlackBerry 10 devices

  • Adobe AIR (Actionscript) - BlackBerry 10 includes the Adobe AIR runtime to allow AIR apps to be repackaged to run on BlackBerry 10 devices

  • Development for BlackBerry OS - Use your existing JavaScript/CSS/HTML skills to bring your app to existing smartphone users. Develop using HTML5, JAVA, Theme Studio

BlackBerry 10 was officially launched to developers in May 2012.

The operating system, as well as two devices, the Z10 (a full touchscreen device), and the Q10 (a device equipped with a physical keyboard), were announced simultaneously around the world on January 30, 2013.

When asking a question, please use one of the following tags to specify platform:

For simulator do not use tag, instead use . For Eclipse plugin use .

1386 questions
2
votes
1 answer

Maps on mobile too detailed to read. Maps API V3

I'm working on a mobile website with map support. The roads and font on mobile maps are too small to read. Example I would like it to show less detail at this zoom level. Has anyone come across this before? Thanks, Casey Forsyth PS: I have tested…
Caseyvill
  • 21
  • 3
2
votes
1 answer

Blackberry 10 cascades ajax call from javascript always executing error function

Hi i am executing an ajax call from javascript in BB10 cascades using webview as below $.ajax({ url: internalserverip, type: "POST", cache: false, data: pjsonstring, dataType: 'json', success: function(json) { }, …
sanj15041
  • 21
  • 3
2
votes
2 answers

Blackberry 10 HTML5 number input tag - the input field become empty after tapping away

I tried my HTML5 App on a Blackberry 10 phone (Q10), and I m using an input field for which the code is: When testing, I can type my numric value , but once I tap on another field, or tap a…
WiPhone
  • 683
  • 6
  • 24
2
votes
2 answers

Using Phonegap - Override Blackberry OnScreen keyboard "Next" and "Submit" buttons

Using Phonegap - Override Blackberry OnScreen keyboard "Next" and "Submit" buttons. I have created a phongap application which is a simple web form. Platforms : Blackberry 10 Device :- BB Q10 While entering the text in form fields there are three…
2
votes
1 answer

check if table exist/created already in BB 10 cascades

I am creating a table in BB 10 cascades like const QString query("CREATE TABLE IF NOT EXISTS push (seqnum INTEGER PRIMARY KEY AUTOINCREMENT, pushdate TEXT, type TEXT, pushtime TEXT,alertId TEXT, extension TEXT, content BLOB, unread…
Sharath
  • 315
  • 1
  • 3
  • 13
2
votes
0 answers

how to disable alerts from google maps API V3

I am using google maps api version 3 in my phonegap application. Is there any way to disable javascript alerts from it ? Or Any way to disable alerts in the overall application?
ydnas
  • 519
  • 1
  • 12
  • 29
2
votes
1 answer

Running Blackberry 10 simulator on a mac

I am trying to find a way to run the blackberry 10 simulator on a mac. Apparently virtual box wont work, so is there any free alternative? Since vmware 5 is not available for Mac, only vmware fusion(53 euro), I find it strange since the required…
Lunchbox
  • 1,538
  • 2
  • 16
  • 42
2
votes
3 answers

IBM Worklight 6.0 - window.open() fails in BlackBerry 10

I had this working in Worklight 5, but I don't seem to be able to get it to work in V6. I'm trying to use the Cordova InAppBrowser in my Worklight app on BlackBerry 10. My code is simple enough: window.open(link, "_blank", "location=no"); This…
David Dhuyveter
  • 1,416
  • 9
  • 17
2
votes
3 answers

No repository found error while downloading Eclipse plugin for BB10

I am using this site to download eclipse plugin to develop Blackberry 10 application. "http://developer.blackberry.com/android/downloads/eclipseplugin"... But I get this error when I try to download An error occurred while collecting items to be…
ydnas
  • 519
  • 1
  • 12
  • 29
2
votes
2 answers

How to dynamically change the properties of a qml page embedded in another qml page?

The main qml page is as follows: Page{ id: mainPage EmbeddedPage{ // this is the embedded page } DropDown{ id: dropDown Option{ text: "1" value: text } Option{ text: "2" …
HumptyDumptyEIZ
  • 374
  • 1
  • 6
  • 18
2
votes
0 answers

Titanium app immediate crash on BB10.2

I've been developing an app with Titanium, and I've got the app up and running on both iOS and Android. Today I set up the Blackberry 10 environment to be used with Titanium and tried to compile and deploy to the simulator... It worked! But alas,…
Kyle Somogyi
  • 278
  • 2
  • 10
2
votes
2 answers

The device version (2.1.0.1753) does not support the API level (Blackberry Native SDK 10.2)

I have blackberry playbook with OS. Version 2.1.0.1753 i have connected with WIFI. Now when i run project it will start executing project into my playbook but every time i got below error Then i click on update the project's API level Then i click…
2
votes
1 answer

how to create listview for json parsing in blackberry cascades

Am created json webservice. I got response in cpp file How to show received json data in qml page ListView *listView = root->findChild("listView"); shows root was not declated in scope Please tell how to bind list into main app My code…
Rajesh Loganathan
  • 11,129
  • 4
  • 78
  • 90
2
votes
1 answer

json array listview in blackberry cascades

1.Array Type {"DATA": [ {"CategoryID":"3","CategoryName":"News","CountryID":"1","Result":"OK"}, {"CategoryID":"4","CategoryName":"Daily…
Rajesh Loganathan
  • 11,129
  • 4
  • 78
  • 90
2
votes
3 answers

NavigationPane pop from C++ BB10

I'm right now creating my app only in C++, i creating the NavigationPane and adding the container with the Views i need. It works fine, but i want to capture a Button clicked to make the NavigationPane pop the current page and push a diferent (made…
desgraci
  • 1,191
  • 1
  • 11
  • 25