Questions tagged [sencha-touch]

Sencha Touch is a multi mobile device JavaScript library based on HTML5 and the Model, View, Controller pattern. It is a product of Sencha Inc.

Sencha Touch is a multi mobile device JavaScript library based on HTML5 and the Model, View, Controller pattern. It is a product of Sencha Inc.

Sencha Touch 1.1.1 supported platforms

  • Apple iOS 3+
  • Android 2.1+
  • RIM Blackberry 6+

Sencha Touch 2.0 supported platforms

  • Android 2.3+, 4.03
  • iOS 4, 5.
  • BlackBerry 6+

Resources

Latest stable release

Licensing

  • Free Commercial License
    • Includes minor updates but excludes major updates and patch releases.
    • According to the FAQ, selling an SDK or application designer based on Sencha Touch requires a paid OEM license.
  • GPL v3
4732 questions
8
votes
3 answers

Which framework is the best to develop a mobile application using database connection?

I developed a website using PHP5. Now, I want to sum up the main features of my website in a cross-platform mobile application. I did some research about frameworks which can do this. I found 'jQuery Mobile', 'SenchaTouch' and 'Cordova' which are…
user1364743
  • 5,283
  • 6
  • 51
  • 90
8
votes
1 answer

AngularJS with Sencha Touch

I came across a few projects where AngularJS is used along with Sencha Touch (for e.g. https://github.com/tigbro/sencha-touch-angular-adapter). Is there a benefit to using both together? If so, for what? I was under the impression that both of them…
Mahesh Guruswamy
  • 769
  • 5
  • 15
8
votes
5 answers

Use a web mobile framework?

I'm currently on a new projet to realize an application for mobile. The client isn't decided and I've to suggest several solutions. The compatibility with Android (version 2.2+) is required and iOS and others OS could be nice. We can only develop…
skurty
  • 738
  • 1
  • 11
  • 26
8
votes
2 answers

ERROR: While executing gem ... (Zlib::GzipFile::Error) not in gzip format

I am developing a Sencha touch 2 application. I have been following the "Styling the user interface of a Sencha Touch application" tutorial on theming of secha touch applications. It requires me to install Ruby, Compass and SASS. I installed Ruby…
senchaDev
  • 587
  • 2
  • 6
  • 19
8
votes
4 answers

WARN The current working directory is not a recognized Sencha SDK or application folder

I'm using mac, I just downloaded the SDK and ruined the app. Installation was successful, but when using sencha from the terminal $ cd /Applications/SenchaSDKTools-2.0.0-beta3 $ sencha I receive this error [WARN] The current working directory…
GibboK
  • 71,848
  • 143
  • 435
  • 658
8
votes
6 answers

Sencha Touch IDE or Editor

Is there any Sencha Touch 2 IDE or Editor? I know about Sencha Architect 2. But it is too costly. If anyone using Sencha Touch IDE, so we can give only CTRL+SPACE, and it will give me the all methods?
Arindam Mukherjee
  • 2,255
  • 11
  • 48
  • 83
8
votes
5 answers

Prevent movement of user interface when keyboard appears

I'm working on a little app which uses Sencha Touch 2 for the user interface. Right now I'm running it in Safari on my iPad and iPhone. My problem is that whenever I tap a text field, Safari brings up the virtual keyboard and pushes the whole web…
BastiBen
  • 19,679
  • 11
  • 56
  • 86
8
votes
3 answers

How do I store dates in Sencha Touch 2 Models

In sencha touch 2, it appears there are only string, int, float, boolean data types. How then do I store a datetimes? UPDATE OK, I found I can use convert() to convert values: http://docs.sencha.com/touch/2-0/#!/api/Ext.data.Types convert :…
Jiew Meng
  • 84,767
  • 185
  • 495
  • 805
7
votes
2 answers

How to Configure Ruby to use compass for Sench-touch on Windows

Hi I recently started using Sencha-touch and I've come to understand that to bend the GUI to my will I must be able understand and manipulate the .SCSS files. This means I have to use COMPASS or one of the other technologies to compile .SCSS files…
Shoppyonline
  • 165
  • 5
  • 17
7
votes
2 answers

Application crashed when orientation change

Actually my problem is the same as the question posted in : the same problem But there is no answer yet.. Here is the problem I got : I've just built an application using sencha touch & phone gap. It runs well on my galaxy tab but when I rotate it…
Yagi
  • 511
  • 2
  • 5
  • 19
7
votes
1 answer

JavaScript string comparison fails randomly

I’m having a pretty weird bug occurring in my JS application on a random basis. Basically, the script fails to accurately compare two strings. More specifically, at times does not see two identical strings as identical: ('blah' == 'blah') returns…
Arnold
  • 2,390
  • 1
  • 26
  • 45
7
votes
5 answers

sencha touch i18n basics

How is i18n handled within Sencha touch? (I am talking of localization support for strings, but also of localized components) A more specific question: I have a form that contains a date picker, how do I make sure that the date will be displayed and…
Rom1
  • 3,167
  • 2
  • 22
  • 39
7
votes
4 answers

Is there a list of field types for a Sencha Touch model?

Is there a list of available field types for a Sencha Touch model? I've searched the docu but couldn't find something like this. You can use "inte", "string", "boolean", "timestamp" but what else? Is there a "time", a "date" oder a "datetime" and…
hering
  • 1,956
  • 4
  • 28
  • 43
7
votes
4 answers

Can Sencha Touch fit well with a MVVM pattern like that of KnockoutJS?

I am currently building a web-app on top of KnockoutJS - true, programming bliss to use! I have reached a stage were I need to add a mobile development framework and have been contemplating my choices. I am currently inclined to go with Sencha Touch…
Hady
  • 2,597
  • 2
  • 29
  • 34
7
votes
2 answers

How do I sync between stores in Sencha Touch

I have a Sencha Touch App that loads data from a REST service into a store using a REST proxy. The load event of this store also copies the records into a localstorage store. This is because the app needs to work in an offline mode. I am trying to…
sanatgersappa
  • 4,319
  • 2
  • 18
  • 13