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
3 answers

CSS - Align div in bottom of screen without using position: absolute

I'm designing a PhoneJS app, and I need to have a button placed in the bottom of the screen, but without using position: absolute. Why don't I just use absolute? As this is a PhoneJS application, this causes problems when flipping the phone to…
Detilium
  • 2,868
  • 9
  • 30
  • 65
1
vote
0 answers

DevExtreme - MyApp.app.navigation[x].option("badge", "x") not working

I'm trying to create a badge on a slide out navigation item, but I can't seem to make it work. Basically I have a Login that can create Hour Registrations. These registrations needs to be either confirmed or denied by a Login with Role_ID = 1. After…
Detilium
  • 2,868
  • 9
  • 30
  • 65
1
vote
1 answer

DevExtreme - Trying to assign array to dxList from SQL

I'm trying to create a dxList with all the "users" in my SQL database. Please refer to code below. MobileApplication.User = function (params) { var baseAddress = 'http://localhost:8733/Design_Time_Addresses/TestService/Service/'; var users…
Detilium
  • 2,868
  • 9
  • 30
  • 65
1
vote
1 answer

Typescript literal object containing an array of objects

I have a toolbar object in my viewmodel and it does get rendered: var toolbar = { items: [ { location: 'before', template: 'nav-button' }, { …
rory
  • 1,490
  • 3
  • 22
  • 50
1
vote
2 answers

dxSelectBox won't load data

I have a dxSelectBox as per the demo on the DevExtreme website but I can't get the data to load. Code is as follows:
var…
rory
  • 1,490
  • 3
  • 22
  • 50
1
vote
1 answer

knockout.js/devExtreme unable to process css-binding

I have a dxTileView template which is databound to data coming in from the server. Then, in the template I want to add a css binding which adds a class when the tile is clicked like so...
rory
  • 1,490
  • 3
  • 22
  • 50
1
vote
0 answers

Phonejs Layout Change

Can anyone explain to me how a layout change would be forced on a phonehjs navigate. For instance I have a project that uses the Navigation Type: "navbar" but for some reason navigation that occurs from within the app but outside the nav buttons…
Ohtilob
  • 56
  • 2
1
vote
1 answer

How to bind base64 image from database into multi-channel apps?

I have base64 string image in my database table. I want to load the image from database into my multi-channel app. How do i bind them, direct call the string from database? Thanks a lot. For now i have this code. HTML
Faten Azmira
  • 11
  • 1
  • 4
1
vote
0 answers

Icon text for PhoneJS app in PhoneGap not showing up in iOS

I have a relatively simple PhoneJS app wrapped in PhoneGap 2.9, being built using PhoneGap Build. The app is using the NavBar layout. When I load the app in Safari on an iPhone 5, the nav bar looks perfect, icons above text. However, in PhoneGap,…
codeprose-sam
  • 552
  • 5
  • 12
1
vote
0 answers

Bottom toolbar button is not clickable in PhoneJS

I am new to PhoneJS. I add toolbar as bottomToolBar and button in it then click event is not working in android any more. if I add toolbar as topToolBar then everything work fine. It's working fine in IOS and desktop as bottom and top both.I don't…
Naresh Tank
  • 1,569
  • 10
  • 23
1
vote
1 answer

PhoneJS back button not working

I created a basic DevExpress PhoneJS v13.2.5 app using the slideout navigation type. I can switch between views nicely using the slideout menu (URL hash changes). However, the back button doesn't seem to work. I expect that when I hit the back…
codeprose-sam
  • 552
  • 5
  • 12
1
vote
1 answer

PhoneJs not working for Windows Phone7

I have developed an app using PhoneJs framework for all mobile plateforms like Android, iOs, BleckBerry and Windows Phone. Now I came to know that PhoneJs doesn't support Windows Phone 7. I have to launch my app in next two days everything is ready…
URAndroid
  • 6,177
  • 6
  • 30
  • 40
1
vote
2 answers

Load dxWidget inside tab widget on PhoneJS

How can I load a Gallery widget inside the content of a Tab widget? I've tried putting the:
Inside the content parameter of the tab widget: tabs = [ { text: L["ABOUT_ME"], icon:…
Fez Vrasta
  • 14,110
  • 21
  • 98
  • 160
1
vote
1 answer

PhoneJS: SlideOut layout add buttons to toolbar

I'm building a layout using PhoneJS, I need to add more buttons to the toolbar that contains the "Menu" button and the title. I'd like to add a "Write" button on the right. I can't find documentation about this task, how can I perform it?
Fez Vrasta
  • 14,110
  • 21
  • 98
  • 160