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

Sencha touch picker Error: Cannot read property 'dom' of null

I have created one picker in sencha touch. Then added into viewport like this: Ext.Viewport.add(picker); picker.show(); Then when I try to remove it from viewport it is throwing js error in console. code is: Ext.Viewport.remove(picker,…
Dr. Piyush Dholariya
  • 1,266
  • 16
  • 31
1
vote
0 answers

Sencha - Accessing components through object structure instead of component query

I am wondering if there is a way to access components in Sencha Touch and ExtJS without component query. And without building object structure by myself. If I create a view like this: Ext.Viewport.add({ xtype: 'panel', itemId: 'panel1', …
drinovc
  • 521
  • 5
  • 16
1
vote
0 answers

Android v5.1.1 - Hybrid application crash with error Fatal:safe_conversionh.h(53) check failed

I have developed a hybrid Android application by using Phonegap(3.6.3) and Sencha Touch(2.4.1). The application runs perfectly fine on Android versions prior to 5.1.1. But on 5.1.1 and later version the application just crashed with following error…
Oryx
  • 11
  • 3
1
vote
1 answer

Ext.Msg.Confirm - wait for a user response?

I understand that Ext.Msg.Confirm is asynchronous, and will proceed if you do not provide a callback. Below is my code - this is called if the user tries to navigate from the current screen while in edit mode. I'm passing in a callback to the…
Sarah Lottman
  • 39
  • 2
  • 9
1
vote
3 answers

Custom icon in TabPanel fails

I'm trying to add a custom icon to a TabPanel but when I do that it just shows a dark box with rounded corners. My css looks like this: http://pastebin.org/447682 The code in the url is base64 for some random rss icon I found on the web. I also…
MrSoundless
  • 1,246
  • 2
  • 12
  • 34
1
vote
0 answers

EXT Js: Calling a method of a ViewController from another ViewController

I am very new EXTJs and trying to call a method of a viewController from another ViewController. Below is my ViewController which has a showData function. I have another view controller below and that has a method inside it which i wanted to call…
maram05
  • 59
  • 1
  • 3
  • 9
1
vote
1 answer

Error in collapsible panel in Sencha application

I am new in Sencha. I try to add a dynamic collapsible panel in application page where I need to show data in title and information in collapsible panel, but it's not showing any data not even showing any error. I am fully confused what I am doing…
user5594125
1
vote
0 answers

Sencha Touch [APPNAME].app is undefined only when testing with Jasmine

I'm trying to set up some test cases for a view using the Jasmine 2.3.4 assertion library for my Sencha Touch 2.4 app. Things seem great (I see the view rendered to a div) except the browser does not know what MyApp.app is. I have this line at my…
writofmandamus
  • 1,151
  • 1
  • 23
  • 40
1
vote
1 answer

Load dynamically items from store to tabpanel in sencha Touch

Working in a Sencha touch application I am having a problem with the load of items inside of a tabpanel dynamically.. Code in the view: { xtype : 'tabpanel', layout : 'card', itemId :…
inane
  • 626
  • 10
  • 26
1
vote
0 answers

Sencha Touch Chart, visible in browser, but not in my android phone

I trying to build an application using Sencha Touch 2.4.1, and using cordova packager. My simple application show chart, when i use "start sencha web start" application for browsing. (picture 1). But when i pack the app to android apk, on my…
Leo
  • 1,029
  • 4
  • 19
  • 40
1
vote
0 answers

how to get which tap clicked in sencha

I have carousel for 4 image tap this.add({ id: 'mainRow-' + index, xtype: 'carousel', flex:1, defaults: { flex:1 }, items: [ …
tarikfasun
  • 314
  • 6
  • 16
1
vote
1 answer

cordova-plugin-file-transfer plugin not working on Windows 10 sencha touch store app

I have been using filetransfer plugin in our hybrid html app and it supports both widows 8.1 and ios and android but I also need it to work in Windows 10 store app. It seems like it cannot download file in windows 10 please suggest some alternative…
1
vote
0 answers

How to make a ListView scrollable?

I have a problem with my application. I can't scroll it. The list move down but jump to the top after tapend. I tried to set layout: 'fit', height: '100%' and refresh scroll but it didn't help. View: Ext.define("Project.view.CatsList", { xtype:…
Alex
  • 28
  • 5
1
vote
1 answer

Created app not accessible via http://localhost:1841/MyApp

I'm using Mac and Sencha touch 2.4 along with sencha cmd 6. I'm able to create the app named MyApp as per the instructions given in the site with slight modifications (added a '.' in the end to tell the cmd to create the MyApp in the current…
1
vote
1 answer

Height issue in iOS using sencha store filter

Using sencha store filter, at very first time it will set height for dataview. After filtering, Its set to same height and i am getting tis height issue only with iOS not in android. Whether i have to set dynamic height or any global fix is there…
RED.Skull
  • 1,696
  • 3
  • 24
  • 49