Questions tagged [sencha-touch-2.2]

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, a high-performance HTML5 mobile application framework, is the cornerstone of the Sencha HTML5 platform.Sencha Touch 2.2 adds support for BlackBerry 10 and Internet Explorer 10. More Here

66 questions
16
votes
3 answers

sencha apps slows down on rendering on ui thread

I am creating sencha web app using sencha touch 2.2.1. In my application I have screen which consists of a container where I added multiple panels. A single panel consists of two panels, a top panel and the inner panel. On initialization of page, I…
nleshjinde
  • 276
  • 1
  • 6
6
votes
2 answers

Phonegap TTS Plugin Android not working

I am using the TTS Plugin from https://github.com/domaemon/org.apache.cordova.plugin.tts But the plugin does not seem to work. It does not even initialize. Installed the plugin like below (PHONEGAP 3.3 ) phonegap plugin add…
Kathir
  • 6,136
  • 8
  • 36
  • 67
5
votes
1 answer

After Google Chrome update Sencha Touch spins

After I updated my Google Chrome to the newest version (v29.0.1547.57 m), some parts of the Sencha Touch app spin. I am using Sencha Touch v2.2.1. For instance Ext.Msg.Alert, I get the title but no message. Ext.Msg.alert('Refreshing Session',…
Niklas
  • 23,674
  • 33
  • 131
  • 170
5
votes
1 answer

Sencha Touch 2 - Execution sequence

Does anyone know or is aware of an article about the function execution sequence in sencha touch 2 ? I think would help us, beginners, alot to know where to place our code. So I would like to know things like, what functions are called automatically…
Marius.C
  • 700
  • 6
  • 14
4
votes
1 answer

Add assets in a sencha touch build (ST 2.2.1)

I have Sencha Touch 2.2.1 that includes assets like images, videos and .json's. I put them in the /resources folder. When I build the application with Sencha Cmd like this: sencha app build production the assets are not copied to the destination…
Tiago A.
  • 2,568
  • 1
  • 22
  • 27
3
votes
1 answer

Button with picture and text inside

I want to know, how to create a button that looks like this: (everything inside the gray container is a button) How can I put picture and text inside button? XTemplate? CSS in text property? Thank you! Sencha Touch 2 Solution: { xtype:…
NullCod3
  • 321
  • 1
  • 3
  • 10
3
votes
0 answers

Address bar and footer toolbar on iOS 7 don't hide

As the title of this question says, since iOS7 is here the address bar and footer toolbar in the browser don't hide when I am in my app. I've just tried Safari so far (simulator), but I suspect Chrome will be the same. I found something similar to a…
reycoy
  • 145
  • 1
  • 9
3
votes
0 answers

layouts using flex seems to be broken in latest chrome

My Chrome has just auto updated itself to 29.0.1547.57. Now all the layouts with flex config are broken. With Safari and with Sencha Architect's built in browser it's all good. I wonder if I am the only one experiencing this. Is there any quick…
imanzuk
  • 51
  • 1
  • 5
3
votes
3 answers

How to configure the loading order of my Sencha Touch app files when testing with Jasmine

I would like to setup a proper testing environment for a Sencha Touch 2 app using jasmine. I used the first three parts of this tutorial for my first…
2
votes
2 answers

Sencha Touch , Phonegap - App Icon not working

I am building my sencha + phonegap app using the sencha command utility. I have updated the config.xml in the root of the sencha app with the following information to have my app icon.
Kathir
  • 6,136
  • 8
  • 36
  • 67
2
votes
0 answers

history object doesn't keep navigation history ios7 safari

I've just noticed this issue in my sencha touch 2 app: - If you are using Application Cache and also managing states through hash or other technique, the history object will not keep your navigation history, therefore history.back() will never work…
reycoy
  • 145
  • 1
  • 9
2
votes
1 answer

Show hide div on sencha list item tap

I have created a list with the code given below it works fine now I want to show hide extraInfo Div on itemTap of the list. How can I Do that? Please help me { xtype: 'list', scrollable: true, itemTpl: new Ext.XTemplate('
MSC
  • 422
  • 5
  • 14
2
votes
1 answer

Sencha Touch 2 app multilanguage

I am using sencha touch 2.2 for my app. The app should support multilingual and user should be able to switch between the languages. What is the best approach for this requirement? Can any one help me.
Shree
  • 57
  • 1
  • 10
1
vote
0 answers

Sencha Touch 2.2.1 not working correctly in Chrome and Android

I have an application, written in Sencha Touch 2.2.1, we just saw that on current Chrome (43) and on Android 4.x and 5.x some parts of the application aren't working, while on Safari on Windows, Mac and iOS everything is fine. e.g. we have the…
Dominik G
  • 1,459
  • 3
  • 17
  • 37
1
vote
1 answer

Sencha Touch 2.3: Pushing data from list view to detail view

So I have made a simple list component view. When I tap a listing's disclosure button, I have a controller that will create a detail view that also pushes data about that respective listing into the detail view for use in a tpl property. here is my…
1
2 3 4 5