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
0
votes
1 answer

DevExpress - DevExtreme How to create File

I'm developing a project with DevExtreme. I want to create a file. How can I do it with DevExtreme ? PhoneGap is being done with, I could not find examples. How can I do. - DevExtreme but want to do it. please help
0
votes
1 answer

Bind "mousedown" on PhoneJS

I'm trying to build a list of "posts" (facebook like) where an user can click on them to collapse them. I'm using this code to perform this task: $("body").on( "mousedown", ".feeds > li", function() { $(this).addClass("active"); } ); The…
Fez Vrasta
  • 14,110
  • 21
  • 98
  • 160
0
votes
1 answer

Double click doesn't work on ios and android (PhoneJS)

I try to show popup on double click event (in table field), so I add this action by knockout approach. This event works in browser, but it doesn't work on ios or android platform. What should i do to fix this?
Stasy Concelgoger
  • 696
  • 1
  • 5
  • 10
0
votes
2 answers

Phone.js toolbar click action

There is the problem I want to add button 'back' to the dxToolbar (PhoneJS). By clicking to this button I should back to the previous page. But By clicking on a name of Toolbar "some div block" will be appear. Here is the deal: when i am clicking on…
Stasy Concelgoger
  • 696
  • 1
  • 5
  • 10
0
votes
2 answers

Checking if any checkbox is checked Knockout - PhoneJS

So in my mobile web app (using PhoneJS), I am using a dxList to display some records. I have a checkbox next to each list 'item', so that I can mass delete or send the records. I need to know how to figure out if there is one or more checkboxes…
Caleb
  • 827
  • 2
  • 13
  • 30
0
votes
1 answer

Accessing values in ViewModel in a dxList - PhoneJS

So in my PhoneJS web app, I have a dxList widget, with checkboxes on each item. I want to be able to select multiple items, and then do something with them. I'm trying to bind the 'checked' binding to an observable, but I get an 'undefined'…
Caleb
  • 827
  • 2
  • 13
  • 30
0
votes
1 answer

how to detect keyboard event on phonejs

I been building apk for android device, now I want to detect, when the user press enter key or search key on keyboard also I interesting for the other devices like IOS and WinPhone . If you have some example, I appreciate it
rChavz
  • 235
  • 3
  • 16
0
votes
1 answer

How to create attachment field in dxtreme?

I really wanted my form to have an attachment field wherein a user can browse a file. I came to read the documentation but cannot find an example on how to create an attachment field. Does anybody know how to do that?
0
votes
2 answers

Secured Login from DevExtreme Mobile App

I am trying to encrypt communication between a database on my server to a mobile application made in devExtreme, which uses javascript. Their support team gives an example that involves using base_64encode. Is this a safe method? Here is an example…
Jaiesh_bhai
  • 1,778
  • 8
  • 26
  • 41
0
votes
2 answers

DevExpress - How to detect the device we are running on

I have downloaded the Devextreme package installed it and created a project in VS using their template. I have created a simple 'hello world' dxview using iPad dimensions and one using iPhone dimensions. Now I wish to load the correct view during…
Marcel
  • 2,148
  • 6
  • 31
  • 48
-1
votes
1 answer

Datasource not returning data from onSuccess function

I'm getting an array off 100 objects as expected from this datasource when I stick the debugger on mapped by deferred.resolve(mapped);. However it's not transferring that into my dxTileView. It really shouldn't be a binding issue as it's displaying…
rory
  • 1,490
  • 3
  • 22
  • 50
-2
votes
1 answer

How to update text in .txt file which is opened from $.get

I can read/open it but don't know how to update the specific value in it. My data.txt is like [ {"slot": "1", "name": "Bob"}, {"slot": "2", "name": "John"} ] then i want to update it like query the database "UPDATE data.txt SET name='James'…
user2030150
1 2 3 4
5