Questions tagged [sencha-touch-2]

JavaScript framework for mobile devices, UI interface, DataAccess and encapsulation.

Sencha Touch 2 is the second version of Sencha Touch, developed by Sencha.

It is a Javascript framework based on well-known Ext JS library and used to create cross-platform mobile devices webapps (Android 2.3+, Blackberry, Windows Phone 8 and iOS 4+).

With this new version, it is possible to package applications as native.

Official documentation and description can be found at: http://docs.sencha.com/touch/

3849 questions
1
vote
0 answers

Camera cannot be used with Sencha Touch 2 and Cordova2.0 after reopening the APP

I am working on an APP with Sencha Touch 2 and cordova2.0. After I use cordova2.0 API to call the camera on my android device, it works at the first time. However, when I close the APP and reopen again, the camera cannot be used without any error…
Sean
  • 11
  • 4
1
vote
1 answer

How to change the color for a PICTO

I'm using Sencha Touch 2, I have a PICTO declared in a button, at the moment the picto appears in black color. I would like to change it to color white. How can I do it? { xtype: 'button', text: 'Settings', itemId:…
GibboK
  • 71,848
  • 143
  • 435
  • 658
1
vote
0 answers

Sencha Touch JW Player not playing with multiple overlays

In My Sencha touch 2.0 app I am having an issue with a JW javascript video player not playing when there are two overlays up at the same time and I wanted to see if anyone could better elaborate on what is going wrong or what may be causing it so I…
user1647442
  • 21
  • 1
  • 5
1
vote
1 answer

Sencha touch 2: app hangs-up after creating all-classes build/ minifying the source

I build my sencha app using 'sencha create jsb -a index.html -p app.jsb3' & build it using 'sencha build -p app.jsb3 -d ./lib/sdk'. Initially all-classes.js was empty after every build. Now I am successful in creating all-classes.js. I got the…
techie
  • 219
  • 2
  • 8
  • 13
1
vote
1 answer

Sencha Touch 2 Dynamic Items Array

In the following example, I would like to replace the hard-coded items array with a call to a jsonstore with with same items read dynamically. I have tried referencing the store through xtype but get an error that Object has no method 'getItemId' -…
Arkady
  • 393
  • 2
  • 9
  • 29
1
vote
1 answer

Sencha Touch 2 Ext.create and Ext.Define

I am following sencha touch 2 video tutorial:: http://docs.sencha.com/touch/2-0/#!/guide/getting_started In that the instructor uses Ext.Define to define panels. He then loads it into main.js and app.js But the document thats below that…
Prabhakar Shanmugam
  • 5,634
  • 6
  • 25
  • 36
1
vote
1 answer

Nested JSON-response from Magento-REST in Sencha Touch 2's Store

I'm having a hard time using my product-store's proxy on a response coming from magento 1.7 The response looks like this: { "1": …
axel wolf
  • 1,446
  • 3
  • 18
  • 29
1
vote
0 answers

Sencha Touch loading xml data via JsonP

I am trying to load xml data via JsonP in sencha touch and I'm very new to sencha touch. Here is the code of my view Ext.define("test.view.list", { extend : 'Ext.navigation.View', requires:[ 'Ext.dataview.List', 'Ext.data.proxy.JsonP', …
fuchsi
  • 11
  • 4
1
vote
0 answers

What is the best way to play a feedback tap sound in Sencha Touch 2?

I want the buttons in my app to play a short feedback sound like the rest of the UI elements in the phone. I think I could add Ext.Audio component but it might be too much overhead just to play a feedback sound.
xpereta
  • 692
  • 9
  • 21
1
vote
1 answer

NTLM Authentication Sencha Touch

I want to retrieve data from a sharepoint server. I use the sap odata connector, but the problem is that it is a NTLM authentication. Now I only get an error message: 401 Unauthorized. Can I configure the proxy to solve the problem?
1
vote
3 answers

How to reduce sencha touch 2 list item height

How to reduce the height of list item in Sencha touch 2? My list showing large numbers of single word name/value pair. As each item taking extra height, list is becoming too long. So i want to reduce each item height to exact content height. I tried…
Tarak
  • 1,142
  • 3
  • 12
  • 28
1
vote
2 answers

sencha-touch: Login request-response

I am very new to sencha-touch & started to build simple Login form. My UI is ready but now I am stuck on how to write code for login request response. As important, how can I point to specific url to make POST/GET request? Also how to get & parse…
hp iOS Coder
  • 3,230
  • 2
  • 23
  • 39
1
vote
1 answer

How to change the dimension for a button in Sencha Touch

I have this button in Sencha Touch 2, I would need to resize to "small"I need change its height. Could you please provide me a sample of code? thanks navigationBar: { items:[{ xtype: 'button', text:…
GibboK
  • 71,848
  • 143
  • 435
  • 658
1
vote
4 answers

text area fields in sencha touch are not scrollable in devices

TextArea scroll on devices not working On any device, when text area is used there is not way to scroll it... but in browser it works fine.. Any way to scoll the text area / atleast to auto resize. in Device { xtype: 'fieldset', …
user1425472
  • 333
  • 2
  • 10
  • 28
1
vote
0 answers

Sencha Touch 2 and Cordova/PhoneGap 2 fails to load properly

I have been writing a Sencha Touch 2 app all week using the desktop to test it out. I've just now tried to integrate it with PhoneGap and test it on both the iOS Simulator and a physical iOS device. I can see that the ST2 app is firing the…
David Higgins
  • 1,401
  • 11
  • 21
1 2 3
99
100