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

How to change particular cells color using css in Ext.ux.touchcalendar in sencha touch

I have implemented calendar using Ext.ux.touchcalendar https://github.com/SwarmOnline/Ext.ux.TouchCalendar .I want to change some cells color to green and some cells to red and some cells to blue Can anybody tell how to do? When i trid to add the…
user386430
  • 4,837
  • 13
  • 41
  • 45
1
vote
1 answer

Play Audio in Sencha app with external url

I am new to sencha and I am trying to add audio player to my app, where the url for audio is an external link. here is the code I used { xtype:'audio', …
1
vote
4 answers

Found extra positional argument package error on Sencha Touch build command

I am using Sencha touch 2.4.2 and Sencha Cmd is 6.0.2. I am using command sencha app build package I am getting following error on build Sencha Cmd v6.0.2.14 [ERR] Found extra positional argument package This question is already asked…
abishkar bhattarai
  • 7,371
  • 8
  • 49
  • 66
1
vote
0 answers

How to add custom build options to app.json

I have 2 index pages: the usual one index.html and indexChrome.html. I would like to add custom build options to app.json to make Sencha Touch to use the second file for my custom build. I tried: "builds": { "web": { "default": true …
terreb
  • 1,417
  • 2
  • 23
  • 40
1
vote
1 answer

How to add header as parameter in ajax call rest web service request in sencha touch

Can anybody tell How to add header as parameter in ajax call rest web service request in sencha touch Thanks
user386430
  • 4,837
  • 13
  • 41
  • 45
1
vote
1 answer

Change event didn't work for selectfield?

i am getting struck with sencha touch select field change event. Usual change event is working fine. but in case option values like this, { xtype: 'selectfield', label: 'Choose one', options: [{text: 'First Option', value: 1}, …
1
vote
1 answer

sencha touch loading spinner not animating in ios 9

My sencha touch application built with cordova 3.6.0.In iOS<=8 sencha touch loading mask(Ext.LoadMask) worked absolutely fine. After release of iOS9, LoadMask is not animating at all, instead it just struck. Ajax requests are working but loading…
Praveen
  • 680
  • 5
  • 13
1
vote
2 answers

how sencha dynamic add tab in tabpanel,and add list to the tabpanel

i want to build a framework that dynamic. first, add "loanname" to be my title in tab to add to a tabpanel. second, dynamic add my product which the loanname measure the tab title's loanname. the loanname in json be the title which i want to be the…
chen
  • 79
  • 1
  • 12
1
vote
1 answer

How to implemented a nested and associated model-json into selectfield in Sencha Touch?

I have a store with associated model and I need to include values of this associated model into selectfield component in Sencha Touch. Here my parent model: Ext.define('x.customer.model.CustomerModel', { extend: 'Ext.data.Model', …
inane
  • 626
  • 10
  • 26
1
vote
1 answer

Sencha touch overlay effect for Ex.Msg.alert doesnt close

After i updated my chrome version from 43 to 44 stable, I have been battling with the Sencha touch overlay-effect for both the Ext.Msg.alert() and the DatePicker components. After clicking the "Done" button, the overlay doesn't disappear and it…
Yung A
  • 239
  • 1
  • 2
  • 12
1
vote
0 answers

Sencha Touch 2 pop event issue under IE on Nokia Lumia 630

I have one very unpleasant issue under IE on Lumia. I'm developing mobile application with Sencha Touch 2 and use pop event of Main view to attach some…
Georgi Naumov
  • 4,160
  • 4
  • 40
  • 62
1
vote
1 answer

What's the equivalent of Ext.Window in Sencha Touch

I am trying to write a simple Sencha Touch mobile application. in ExtJs there is a Ext.Window class, but I couldn't find it in Sencha Touch. What should I use in Sencha Touch to do the same job of ExtJs Ext.Window.
diwatu
  • 5,641
  • 5
  • 38
  • 61
1
vote
0 answers

Sencha Touch store filtering issue with web sql

I am using websql as store's proxy in Sencha Touch. I need to use filter on a store as well as the data in the store has to be saved in the web sql database. The data is set in the database but the filter is not working. I have also tried…
Ipsita Roy
  • 11
  • 1
1
vote
1 answer

How to change scss variable value base on user extjs

I want to change the theme color of extjs app based on the color provide by the user at run time. Is it possible to override scss varible and create css file again so that i can apply my custom style to whole app
1
vote
3 answers

Install Sencha Touch 2 application on android device without using google play store

Is it possible to install Sencha Touch 2 application on android device without using google play store? Currently I am studying Sencha Touch 2 and want to use applications made during the study. Thank you in advance for any guidance and…
Georgi Naumov
  • 4,160
  • 4
  • 40
  • 62