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

Refused to connect to any URLs in Cordova android app

I am developing a Cordova Android mobile app. Using Sencha touch as UI framework. within the app im making web service calls. It used to work fine with old version of Cordova, recently upgraded the Cordova proj to 5.0.0, from then on not able to…
1
vote
0 answers

Sencha Touch / cordova - Save file from resources folder to device storage

In my sencha touch app I have a pdf file saved in my resources folder. When I package the app with cordova the file gets packed correctly in the www folder. Then, when the user taps a button, I need to save this file from the resources folder to the…
allemattio
  • 1,836
  • 17
  • 33
1
vote
2 answers

How to convert a PDF file into a base64 string in java script

I have created an app in sencha touch cordova, and in my app I have a functionality to download PDFs. I have successfully downloaded a pdf file, but now I want to convert the PDF into a base64 string using JavaScript. Can anybody tell me how to do…
RaJesh RaJput
  • 53
  • 1
  • 7
1
vote
1 answer

Sencha Touch 2 Grid

I'm using Sencha Touch 2.4.1 (free version) and I want to create a grid in a view. Is it possible? And if so, how can I create it? In some forums I have read that this is only possible in the purchase version.
SensacionRC
  • 595
  • 1
  • 13
  • 30
1
vote
1 answer

Invalid session in Sencha Architect

I've been trying to create a new Sencha ID, but it always shows the error message They don't mention any thing over here, a simple message which doesn't show what kind of error we are doing there. Did anyone face this issue? Any solution for…
kumar
  • 1,796
  • 2
  • 15
  • 37
1
vote
1 answer

InAppBrowser under Windows 8 doesn´t work

I am working in a Cordova project under different platforms, for example iOS and Windows 8 tablet, this app works has support in browsers like IE11 or Chrome, but I am having problems with the implementation with the InAppBrowser plugin, under W8…
inane
  • 626
  • 10
  • 26
1
vote
0 answers

Implementation a cordova application in W8 device

I am working with a Cordova application (based in this case in the framework Sencha Touch 2) but I am looking in the implementation to W8 layout is too small. I have added the next line but the behavior is the same..
1
vote
0 answers

Sencha Touch 2: convert function in model modifies record in store

I've created a store with a restproxy and a list which is using the PullRefreshPlugin. In my model I have a convert function for a datetimefield. When I refresh my list (via plugin) all my records have modified fields. I think this is caused by the…
xhadon
  • 876
  • 14
  • 33
1
vote
1 answer

Creating dual slider for sencha touch app

I am trying to create a dual slider in my sencha touch mobile app and I don't find a way to create it. Unfortunately my application is in an older version of sencha touch which is 1.1.1 . I know that we can create multiple thumbs for a slider. But I…
user2733130
  • 157
  • 3
  • 16
1
vote
2 answers

Sencha Touch 2.3: Remove validations from hidden form fields

I am doing form validations in Sencha Touch 2.3. My model looks like following. Ext.define('net.omobio.dialog.dialogcc.model.StockTransferDetails', { extend: 'Ext.data.Model', config: { fields:…
Rose18
  • 2,892
  • 8
  • 47
  • 98
1
vote
3 answers

how to create an Extjs app using sencha cmd

I am new to sencha. I need to work on ExtJS and would like to create an app using sencha cmd. I have tried many things but not getting a clear info to create an app with sencha cmd. Please help me by treating as a beginner to build an…
kumar
  • 1,796
  • 2
  • 15
  • 37
1
vote
1 answer

sencha calendar error uncaught type error : Cannot read property 'indexOf' of undefined on page load

i am using sencha calendar for booking-sheduled when i load page it will give me an error uncaught type error : Cannot read property 'indexOf' of undefined if i clicked on console trace than it will redirect to ext-4.1.0.all console error …
1
vote
1 answer

Load and initialise controller dynamically in Sencha Touch

We use extjs v4.2 and sencha touch v2.3 I'm currently working on a project that involves loading the controller dynamically. This works perfectly well in extjs for me, but I can't get the same functionality in sencha touch. When i want to load a…
kev670
  • 810
  • 2
  • 18
  • 37
1
vote
1 answer

How to make two lists in different columns or boxes in a Sencha Touch app?

I am trying to make two lists in a same view, I am separating the view in two flex boxes and inside of this includes each list but it is not working properly.. any clue of this implementation or suggestion? I am working with Sencha Touch 2.3.1…
inane
  • 626
  • 10
  • 26
1
vote
1 answer

how to make the URL tag of a store dynamic rather than giving it a constant string in sencha touch

I am stuck with this problem for a while and not able to find a solution anywhere Ext.define('RmitPorject.store.Alerts', { extend: 'Ext.data.Store', /* gCameraID: function(){ var d = this.data, id =d.CameraID …