Search Type: Posts; User: gmz
Search: Search took 0.04 seconds.
-
5 Nov 2012 10:47 AM
Jump to post Thread: Deselect ListItem on Tap? by gmz
- Replies
- 10
- Views
- 3,565
In sencha touch 1.x it is also possible. When creating list you can specify:
disableSelection: true/false,
multiSelect: true/false,
allowDeselect: true/false,
And you can also... -
5 Nov 2012 10:37 AM
Jump to post Thread: image upload by gmz
- Replies
- 6
- Views
- 5,116
Yes, mobile phones can upload photos / other files. Simple html <input type="file"> is processed by:
-> Android: works on all versions. Usually you can choose from photo/video/music library.
->... -
30 Oct 2012 11:40 PM
Jump to post Thread: form in a template by gmz
- Replies
- 7
- Views
- 1,791
I've done something like this. I don't have any simple example, but will describe how it worked:
I have an empty component (Panel), and dynamically add children in a loop. In my case children are... -
25 Aug 2012 8:36 AM
Jump to post Thread: cross domain Problem while Ajax call by gmz
- Replies
- 5
- Views
- 3,478
Yes, in PhoneGap it is possible, native application does have this possibility.
You can also upload your application to any server, it can be otherweise "real" server, or some localhost emulation...
Results 1 to 4 of 4
