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
0 answers

Sencha Touch: SASS correct image path

I have problems with adding (background-) images via SASS. If I open my app on the sencha web server the images that are referenced in CSS (or SASS) can be found and are visible. But in the production build of my app the same images can't be found.…
user2820280
  • 71
  • 1
  • 5
1
vote
2 answers

How to find div button (sencha button) in appium

I am using appium for automating sencha app for iOS. App has div button which is not detected by appium inspector. I have already tried with different techneques like by name, class, CSS selector but its not worked at all. Can any one please help me…
Sumit Jain
  • 11
  • 1
1
vote
1 answer

Prevent movement of the interface ( bottom tool bar ) when using the keyboard

I know this old issue but any solution ? I don't want to push the toolbar ( bottom ) when using the keyboard . Regards,
1
vote
1 answer

How do I add a custom xtype to another view?

I have two views and I want one to be nested inside the other, like a partial view. My two views are as follows: ChemicalRisksView.js Ext.define('HandSurvey.view.ChemicalRisksView', { extend: 'Ext.form.Panel', xtype:…
Nick
  • 1,903
  • 2
  • 21
  • 40
1
vote
1 answer

Sencha Touch 2: Component DataItem, getRecord() in listitems

i try to build an list with useComponents activated. So far it works fine. The datarecord 'internal_state' which i will represent with togglefield does not contain "0" or "1" as value, but "on" or "off". So i tried to extend the apply method and…
seppy
  • 11
  • 2
1
vote
1 answer

Sencha touch will not build using Cordova

I created a project using Sencha Touch, that I wanted to convert to a hybrid app. I ran the sencha cordova init with success, as it created the folder structure. But the problem comes, when I run sencha app build -run native (of…
The87Boy
  • 877
  • 4
  • 14
  • 32
1
vote
1 answer

Sencha touch list itemtap after view change

In sencha touch application I got views, one of them contains a list. If I switch from the view which contains the list to another view and back, the list itemtap event not fires again. My view with the list: Ext.define('app.view.ItemList',…
endlessC
  • 93
  • 1
  • 5
1
vote
3 answers

Is there a way to call a function before the dependencies are loaded in Sencha Touch application

Sencha Touch application has requires:[] option to specify the list of controllers and models and stores etc that are loaded that we need for the application to work but is there a way to execute something that we need even before the loading of the…
Nick Div
  • 5,338
  • 12
  • 65
  • 127
1
vote
0 answers

Sencha Touch nested horizontal dataview: can't scroll

I have a somewhat complex layout inside of dataview, with some nested components. The problem is, one of the components - a horizontal list - does not properly scroll horizontally if the inner items extend beyond the container (thats the point of…
jakeforaker
  • 1,622
  • 1
  • 20
  • 34
1
vote
0 answers

sencha 2.4 [ERR] Unknown command: "package"

I've installed all Required Software for sencha followed by sencha docs on my Ubuntu 14.04 Download and unzip Sencha Touch 2.4 Sencha Cmd 5.0 Java(TM) SE Runtime Environment (build 1.7.0_51-b13) ruby 1.9.3p484 (2013-11-22 revision 43786)…
JOGOOL
  • 111
  • 1
  • 8
1
vote
1 answer

Sencha Touch sort order with list paging plugin

My backend is Parse's BAAS. In order to fetch latest records first and paginate through previous records, I'll need to order descending by created timestamp, and use "skip" certain number of records in conjunction with "limit" number of records per…
John Doe
  • 1,005
  • 2
  • 8
  • 23
1
vote
1 answer

Issues with compiling Sencha Touch 2.4 and sencha-compass

I would like to upgrade from Sencha Touch 2.3 to Sencha Touch 2.4 After doing: sencha app upgrade /sdk/touch-2.4.0, I successfully upgraded my project. However, when trying to build the project with: sencha app build -run native I get the following…
Tha Leang
  • 3,070
  • 1
  • 16
  • 14
1
vote
4 answers

Sencha Touch 2.3 with Cordova 3.5 launch time is long

If you create a sample Sencha Touch 2.3 app using sencha app generate... and package it with Cordova, you will see that it takes about 4 seconds to launch the app and show the main view. If this basic skeleton app takes this long, then actual apps…
senchaDev
  • 587
  • 2
  • 6
  • 19
1
vote
1 answer

Sencha app with cordova shows black screen on launch

I have created few Sencha touch 2.3 apps and packaged them for Android and iOS using Cordova. One issue that I have not been able to resolve is, when you launch the app, you will see a black screen after which your Splash screen appears. Has anyone…
senchaDev
  • 587
  • 2
  • 6
  • 19
1
vote
0 answers

Upload Photo in Facebook - {"error":{"message":"(#324) Requires upload file","type":"OAuthException","code":324}}

I'm creating an app to publish photos in Facebook. With my code I receive this error: {"error":{"message":"(#324) Requires upload file","type":"OAuthException","code":324}} I know that the login is ok....but after the upload give me this…
Carlo
  • 39
  • 6
1 2 3
99
100