Questions tagged [phonejs]

PhoneJS is a HTML5 JavaScript framework for smartphones and tablets.

PhoneJS is a HTML5 JavaScript framework for smartphones and tablets.

PhoneJS contains everything you'll need to create native client applications using HTML5 and JavaScript with a single codebase and deliver solutions that target today's most popular smartphones and tablet devices.

With a touch-optimized user experience, natively rendered widgets, straightforward page navigation, view management, and data access layers, PhoneJS is a single page application (SPA) framework for your next iOS, Android and WindowsPhone application, ready for online publication or packaged as a store-ready native app using Apache Cordova (PhoneGap).

72 questions
5
votes
3 answers

Difference between DXTREME and PhoneGap

Can anyone help me with what are the differences between DXTREME and PhoneGap?
radin_ehsan
  • 55
  • 1
  • 6
4
votes
1 answer

Phone JS with Steroids js

Would Steroids JS be useful in a Phone JS project? or do they do similar things? Since my project involves there being native UI for each platform the app is on, I thought Phone JS might be a good solution and Phone JS also focuses on better…
Brandon
  • 311
  • 2
  • 16
4
votes
1 answer

What are the advantages of PhoneJS over a regular backbonejs/HTML5 app?

I tried using PhoneJS - it's pretty easy to get started, and seems to provide a good framework. However, I usual prefer to avoid pre-built framework as they limit my flexibly. My main 2 concerns are: PhoneJs uses Jquery, while a lot of people…
EugeneMi
  • 3,475
  • 3
  • 38
  • 57
4
votes
1 answer

possible run PhoneJS in browser?

When I launch PhoneJS demos (HTML5/JS product from DevExpress) on my iPhone it looks correctly. But I prefer using my Safari browser to run application. On their site they show demos in browser (for example this demo) and they look like iOS but…
3
votes
1 answer

How to call the repaint() method?

Need a code example of repaint() method for dxList widget in Phonejs NB: I want to call repaint() after a user action such as click.
prium
  • 167
  • 11
2
votes
1 answer

Windows Azure + DevExrpess (PhoneJs) getting ToDoList (Standart Sample)

I'm starting to learn and azure phonejs. Todo list get through a standard example: $(function() { var client = new WindowsAzure.MobileServiceClient('https://zaburrito.azure-mobile.net/', 'key'); var todoItemTable = client.getTable('todoitem'); //…
Alexey
  • 23
  • 5
2
votes
1 answer

Adobe PhoneGap Build BarcodeScanner plugin doesn't work in PhoneJS

PhoneGap BarcodeScanner plugin doesn't work in a PhoneJS based app... Plugin id: com.phonegap.plugins.barcodescanner Creating a Cordova project from scratch the plugin works fine, But in PhoneJS based template it doesn't! This is my code: MyApp.home…
2
votes
1 answer

PhoneJS w Ripple simulator cannot connect to local node server

I ma trying to test a PhoneJS app with data bound to a local node.js data server ( running at localhost:3000, database MongoDB ) it's running fine in my browser ( Chrome ): $.get('http://127.0.0.1:3000/Categories') get correctly the data...…
user762579
2
votes
1 answer

How to query summary/group in devexpress with advanced queries

A simple query: var viewModel = { dataSource: Application_with_Chart.db.nom_clasa_articole.toDataSource({ select: ["id","product", "quantity"] }) }; return viewModel; in SQL: SELECT id,product,quantity FROM nom_clasa_articole This…
Attila
  • 405
  • 1
  • 4
  • 6
2
votes
1 answer

how to add validation in dxTextBox

if I have this short code how to add the require html5 in dxTextBox
Name
rChavz
  • 235
  • 3
  • 16
2
votes
1 answer

How to bind data from two tables in PhoneJs?

I have two tables: nom_articole { id(PK), denumire, nom_um_id(FK) } nom_um { id(PK), simbol, denumire } I want to display: nom_articole.id nom_articole.denumire nom_um.simbol My html code:
Attila
  • 405
  • 1
  • 4
  • 6
2
votes
2 answers

How to build PhoneJS application for Windows Phone?

I try PhoneGap Build service to create package for my Javascript application (in fact it is demo from PhoneJS distribution), but the package does not install to my Nokia Lumia device. How do you build your PhoneGap applications for Windows Phone 8?
2
votes
2 answers

PhoneJS - launching Demos

I have one simple question conserning PhoneJS http://phonejs.devexpress.com/Documentation and it's demos - how to launch and preview them on Android devise? I've loaded a package and tried to run demos through Eclipse, using …
user2376997
  • 501
  • 6
  • 22
1
vote
0 answers

Google Maps fails to open properly

I am updating a cross platform app written in VS2010. I need to provide driving instructions to the selected location. I would like my app to open Google Maps (GM) in it’s own window with the best route already determined (as if the operator had…
Muzza
  • 21
  • 3
1
vote
1 answer

Cordova Windows phone back button override not firing

I have an universal app with Cordova and PhoneJS and build it with Phonegap for iOS, Android and Windows Phone. The Windows Phone style removes the back button on views to navigate back. When I press the hardware back button, the app exits. Thats…
Justin
  • 2,960
  • 2
  • 34
  • 48
1
2 3 4 5