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

AndroidProtocolHandler Error when using sencha touch

I'm trying to build an application on Sencha Touch for android, so I use Cordova to put it on my device. The problem I'm facing is that everything works fine on my computer, but on android, the device can not find and read the locales files for each…
1
vote
0 answers

how to set empty rows on bottom whenever sort gird extjs

I am creating a sample i want to show blank rows after fill data on grid. Here is my code for add empty rows on grid var records = []; for (var row = 15; row > 0; row--) { records.push({}); } …
Manoj Pandey
  • 87
  • 1
  • 1
  • 11
1
vote
1 answer

Sencha 2.4.2 cordova app stuck at "Device Ready" Screen on device

I am new to sencha and creating a app which is coming up on browser but not device. I have followed basic steps as mentioned in tutorial : https://docs.sencha.com/touch/2.4/getting_started/building_your_first_app.html To simulate the case, here are…
Sadgati
  • 11
  • 2
1
vote
1 answer

how to hide view in sencha extjs

I want to hide a view in sencha ext js. I tried hide() but not working. Here is my view configed: Ext.define('MobileUnity.view.popup.SettingMenuPop', { extend: 'Ext.Container', xtype: 'settingmenupop', requires: [ 'Ext.Panel' …
Phon Soyang
  • 1,303
  • 2
  • 9
  • 17
1
vote
1 answer

Perform action after close a child window in extjs

Hello i am creating a panel window and i want to save data after fill valid id. if id does not exits then i show a panel window and here will be create a valid id. After create valid id user will close window. After close window i have need to form…
Manoj Pandey
  • 87
  • 1
  • 1
  • 11
1
vote
1 answer

Stuck scrolling of a list, using Sencha Touch

What I am trying to do is have a "load more" button at the bottom of a ajax populated list. I have got all the code working with a docked button, but I would now like to have it at the bottom. What is happening is when the listView card is show I…
johnwards
  • 1,901
  • 3
  • 18
  • 27
1
vote
2 answers

Sencha calling routes with parameters

I am developing a mobile application with sencha extjs. I want my application to support back button on android phone, then I figure out using sencha route can solve on this matter. I have many views to use route and some views are relevant to each…
Phon Soyang
  • 1,303
  • 2
  • 9
  • 17
1
vote
0 answers

Sencha how to clear hash in routes

I want to clear hash when I use routes in sencha extjs 6. But I dont know how to do it. extjs has history.back() which allow me to use back button browser to previous hash. I use redirectTo() to change the…
Phon Soyang
  • 1,303
  • 2
  • 9
  • 17
1
vote
1 answer

How can I change Xtype property by device Android & iOS?

I am using Extjs6.0.2 to create project , but now I have problem when I create xtype : 'namefield' cause this type of xtype support on Android and not support iOS device ,However I hope that I will find solution , How can I can xtype by using by…
sreyroth
  • 13
  • 1
  • 7
1
vote
1 answer

how to break a long label in many lines in Extjs

so here is my problem i wanna put a label before a fieldset and the label text is very long.and i need to have this long text in three rows/line. i used width, minWidth, margins, etc but not working. Is there is another easy way to ix it? I hope you…
Salman hassan
  • 398
  • 6
  • 23
1
vote
3 answers

Store Not binding data to View in Extjs 6 modern

I am just creating a simple list example in modern area of the extjs 6.0.2 app, i crated the model, store and the view. After assigning the store to the list component it shows nothing to me in the view however i followed the instructions of Sencha…
Mohamed A. Shebl
  • 384
  • 3
  • 5
  • 16
1
vote
2 answers

Cordova does not build - Platform Config.xml incorrect

I am using the Cordova 6.3.1. Attempting to build to iOS using the Cordova CLI gives the problem as shown below. $ cordova build ios Error: Pruning at selector "/widget/plugins" from…
writofmandamus
  • 1,151
  • 1
  • 23
  • 40
1
vote
1 answer

jqtouch/sencha touch & pdf's

I need to create a PDF viewer with scrolling, zooming and swipes for the iOS family of devices... I've played around using iframes and objects and I've had no luck on making anything decent. I guess I am looking for a few pointers, clues or code…
Peter
  • 2,276
  • 4
  • 32
  • 40
1
vote
1 answer

How to install phonegap-plugin-push in IOS

I am new in IOS push notification, I try to install phonegap-plugin-push in my IOS app but it send error "required sender id". I am little bit confuse that in sender ID what I put there. Platform: IOS Cordova CLI version: 5.1.1 cordova plugin…
Neotrixs
  • 2,495
  • 4
  • 28
  • 58
1
vote
1 answer

Proper way to update a model instance with rest proxy in Sencha Touch 2

I can't find a proper way to update an existing model instance using a rest proxy, Sencha Touch always sends a PUT instead of POST to REST backend. I followed those steps: Generate a new proyecto from scratch. Then, add a new model using sencha…
Oscar
  • 13,594
  • 8
  • 47
  • 75