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
1
vote
1 answer

Errors occur during compilation of GWT project (GWT2.6.0) using GXT 3.1.0

I am using GWT 2.6.0 and create a project,it compiled and ran without any problem but when i added the gxt.jar(version 3.1.0) in to build path and compiled it again it gave the following error. Loading inherited module…
1
vote
1 answer

Sencha Touch 2 layout: Fit inner content

I've got a container that has a series of components organized vertically. These components have inner items that are not shown unless I specify the height somewhere up the chain. What layout should be used on the container in order to have the…
Autonomy
  • 402
  • 4
  • 13
1
vote
1 answer

Fire HD 6 + Sencha Touch 2.3.1 + Cordova 3.5.1 + Signed APK = Blank (dark grey) screen

This issue is pretty perplexing and my eyes can only take so much of looking at a Kindle device before burning with rage, so I'd like your help, generous Internet folk! I'm working on an app that is built on Sencha Touch 2.3.1 and Cordova 3.5.1. I…
Steve Y
  • 215
  • 2
  • 10
1
vote
1 answer

What is the purpose of classnames in angle brackets in definitions?

In another question here on Stack Overflow (this one) I have seen this piece of code: Ext.define("App.view.leaders.MyViewName", { extend: 'App.view.basePopup', xtype: 'MyViewName', config: { scrollable:…
Andrea Casaccia
  • 4,802
  • 4
  • 29
  • 54
1
vote
2 answers

Why the refs to itemId cannot trigger the initialize event in Sencha Touch?

This is the controller code: Ext.define('XXX.controller.XXX', { extend: 'Ext.app.Controller', config: { views: ['CustomView','CarouselView'], refs: { custom: "carouselview #customid" }, control: { …
icese7en
  • 142
  • 1
  • 10
1
vote
0 answers

BUILD FAILED with Sencha CMD

I installed Sencha CMD tool in order to build production app. I went through sencha guidelines: http://docs.sencha.com/cmd/5.x/touch/cmd_app.html and upgraded to new version 2.4. I'm running Sencha Touch 2.4.0.487, Sencha Cmd 5.0.2.270 with Ruby…
Abdu
  • 21
  • 4
  • 8
1
vote
1 answer

Ext JS Chart legend item alignment

I have an issue with chart legend item alignment. I need to place it horizontally. But by it showing vertically. Is there any way to change it in horizontally. This problem happen in EXT JS 5. Up to 4 it showing vertically by default. Thanks in…
Isha John
  • 593
  • 2
  • 5
  • 16
1
vote
1 answer

Sencha Touch: searching components with classes with ComponentQuery() and down()

I have a problem and don't know if this is a bug or I misunderstood something. I wanted to search for a component with a specific class. Example: Ext.define('Test', { xtype: 'Test', cls: ['cat', 'dog'] }); I wanted to find this component I…
user2820280
  • 71
  • 1
  • 5
1
vote
3 answers

serving cordova app www folder remotely

Does anyone know how to serve the phonegap/cordova app www folder remotely? So i'm developing this camera app using the sencha touch framework with a layer of cordova to gain access to devices native camera. Im trying to serve the www folder…
Mkni1408
  • 125
  • 1
  • 2
  • 9
1
vote
2 answers

How to add a keydown listener to Ext.field.number?

I wish to add a keydown listener to a number field in Sencha Touch 2 to dynamically check the field for errors rather than waiting until the form is submitted. The number field is a component on form. Looking at the official documentation, only the…
mr_js
  • 949
  • 12
  • 29
1
vote
1 answer

Shortening class names/global variables in Sencha Touch

According to best practices (for instance, http://www.sencha.com/blog/top-10-ext-js-development-practices-to-avoid), I should avoid using global variables and instead create them as configs of a static class,…
RaffaeleT
  • 255
  • 3
  • 16
1
vote
3 answers

cordova add platform add/build windows8 error

I am unable to create a cordova/sencha touch windows8 project. When adding platform windows8 via cordova platform add windows8 it gives me this error: E:\testAndroid1\\platforms>cordova platform add windows8 Checking windows8…
1
vote
1 answer

Youtube video on Sencha changes the layout of the app explicitly when fixing the orientation to portrait in ios

Phonegap and Sencha touch 2.3.0 I am playing the youtube video in iframe and app's orientation is fixed to portait by phonegap. Though the video can be played in landscape mode too when it is full screen. But after playing the video in landscape…
Anand Gupta
  • 5,640
  • 3
  • 27
  • 37
1
vote
2 answers

Sencha 2.4 + cordova app failed to load on Android "TypeError: Result of expression 'b.onTargetTouchMove.bind' [undefined] is not a function. at..."

I created a cordova app using sencha touch 2.4 framework and sencha cmd, It works on iOS and the majority of Android devices. The problem appears on some old devices like Galaxy Ace and GT-B5510 for example. It get stuck on the blue loading screen…
abed
  • 251
  • 2
  • 13
1
vote
3 answers

Ext.toast position configuration

Sencha Touch 2.4 has this new toast class(Ext.Toast), which looks nice. But, by default, the location of the toast is centered in the viewport. Is there any way I can push it towards the bottom? I looked at the top config, but it doesn't work well.…
Kumar Bibek
  • 9,016
  • 2
  • 39
  • 68
1 2 3
99
100