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
1
vote
1 answer

Which Visual Studio project type does PhoneJS use?

I am looking at phoneJs and they talk about using nuget. However they don't say what their solution is. It looks like it is a javascript solution project but I don't see that in VS2012. PhoneJs
chobo2
  • 83,322
  • 195
  • 530
  • 832
1
vote
1 answer

Showing notification independently of the current view PhoneJS?

I'm using PhoneJS to make a mobile web app. It requires a login, and I'd like to show a 'toast' message with the result (error, success, etc) If the login is successful, it shows a 'success' toast message, and then navigates to the main view of the…
Caleb
  • 827
  • 2
  • 13
  • 30
1
vote
1 answer

Is there way to use smartphone camera in PhoneJS?

I am trying to build test app with PhoneJS for Android. But I can not find a way how to use a camera. Is it possible at all? Or better switch to PhoneGap?
super pantera
  • 165
  • 2
  • 11
0
votes
1 answer

Creating multiple DataSources from a single ajax GET

I'm trying to assign the data from a $.getJSON call, to two different DataSource's. One will contain the data "raw", the other will be manipulated. The json I receive (Array of following): { "ID": 1, "Cust_Id": 1, "Login_Id": 1, "Hours":…
Detilium
  • 2,868
  • 9
  • 30
  • 65
0
votes
2 answers

AngularJS ng-grid Phone format

Hoping this would be something someone would have encountered, using the ng-grid component for displaying data. One of the column is a phone number. Is there an easier way to format phone as (123)-123-1234. The ng-grid code looks like this, …
sathish_at_madison
  • 823
  • 11
  • 34
0
votes
1 answer

How implement only landscape orientation for tablet and portrait orientation on phone devices?

Now I used DevExtreme Mobile 14.1.3 version. And my application on tablet and phone devices not locked orientation now. How can I locked orientation via DevExtreme (phonejs) framework methods or it should be implement via other technologies? Could…
Alex Filatov
  • 2,232
  • 3
  • 32
  • 39
0
votes
1 answer

How to implement PhoneJS SlideOut with AngularJS?

I tried the following code: var app = angular.module('app', ['ngRoute', 'dx']) app.controller('IndexCtrl', function($scope){ var contacts = [ { name: "Barbara J. Coggins", phone: "512-964-2757", email: "BarbaraJCoggins@rhyta.com",…
Rafael Freitas
  • 103
  • 1
  • 8
0
votes
0 answers

global variable assignment disappearing while in function. No local variable with same name

var viewModel = { ... defaultTextProject: ko.observable(), ... } function assignProject(params) { var projectNo = params.itemData["projectNo"]; viewModel.selectedProjectTile(projectNo); var projectName =…
rory
  • 1,490
  • 3
  • 22
  • 50
0
votes
1 answer

Grouping Tile view in PhoneJS

I am trying to show products from database into tileview item in devexpress phonejs. Successfully I can load items from datasource into tileview but I would like to group items by the category name and really dont have any idea howto do it. Any help…
Hakan
  • 141
  • 3
  • 16
0
votes
1 answer

File browser option (HTML5 apps) does not show default file explorer

I am developing an android application with PhoneJS and Cordova. I tried to use but when i hit "choose file" in my phone, the file browser option appear (list of file explorers i.e. Drop box, g Drive, ES file explorer, Office…
user2030150
0
votes
1 answer

why phonejs dxContent is not showing?

I am preparing one PhoneJS application. In that I am trying to put one simple butotn inside the view using the following code but not able to see that button and It's showing only loading icon... home.html
Arockia
  • 440
  • 1
  • 6
  • 18
0
votes
1 answer

How can I not have the initial HTML template rendered when using a PhoneJS dx-gallery widget and a template?

I am experimenting with the AngularJS approach for PhoneJS. So far I am really enjoying both frameworks. Current issues: Using a dx-gallery or dx-list with a datasource and a template will cause the initial un-bound template to be rendered when the…
Travis
  • 3
  • 3
0
votes
1 answer

Mobile Hybrid App: Working in browser like chrome,IE etc. But not working any mobile device

I have created a simple project with PhoneJS. i can see output simple project in google chorme and ie etc. i have added this project into xcode 5 use making UIWebview. Builded and install app to iphone 5. i cant see output simple project in any…
Nag Raja
  • 214
  • 2
  • 11
0
votes
1 answer

Phonejs binding data

I'm testing phonejs, so I downloaded latest version from website and inside demo folder there is RealtoApp example. I'm looking inside it and I'm a bit confused. Inside data folder there is one javascript file called sampleData.js, it defines in…
Steve
  • 959
  • 1
  • 11
  • 23
0
votes
1 answer

PhoneJS: how to add logo in navi list

I am new PhoneJS coder. i have created simple slideout code. I wanting that how to add logo at top in navi list view. In picture, u can see red cirlce. that place how we can add logo? Please help
Nag Raja
  • 214
  • 2
  • 11