Questions tagged [sencha-touch-2.3]

Sencha Touch, a high-performance HTML5 mobile application framework, is the cornerstone of the Sencha HTML5 platform.

Sencha Touch, a high-performance HTML5 mobile application framework, is the cornerstone of the Sencha HTML5 platform. Built for enabling world-class user experiences, Sencha Touch is the only framework that enables developers to build powerful apps that work on iOS, Android, BlackBerry, Windows Phone, and more.

More and more companies are investing in their future by developing with HTML5.

Home: http://www.sencha.com/products/touch/

76 questions
3
votes
1 answer

How to implement Pinch to Zoom using Sencha Touch 2?

I am trying to implement Pinch/Zoom feature in one of my app using sencha touch 2. I have searched the web for the solution, and what I have found out that most of the solutions are for old version of sencha touch,…
rafi
  • 1,493
  • 3
  • 31
  • 43
2
votes
1 answer

Why PhoneGap (cloud) packaged iOS app always shows default splashscreen image in iOS?

I have created a cross platform app (to be packaged for iOS, Android and Windows Phone) in Sencha Touch 2.3.1-gpl and packaged it for iOS via phonegap.com (Phonegap cloud). The app and the app icon work fine in all iOS devices but when the app is…
Nadeem Khan
  • 3,408
  • 1
  • 30
  • 41
2
votes
1 answer

initialize: is not working in the production build

xtype: 'component', cls: 'headerComponent', id: 'RequirementHeader' + i, itemId: 'requirementHeaderViewID-' + i, html: arrReqTplHeader, …
Nick Div
  • 5,338
  • 12
  • 65
  • 127
2
votes
2 answers

How to show month year labels Sencha Touch datepickerfield

The date picker component does not Year Month Day label in Sencha Touch. See the screen shot for current and expected output. Is there any way to handle this. I am using Sencha Touch 2.3.1
1
vote
1 answer

Multiple file uploads Extjs 6 modern toolkit

I have done multiple file upload in Extjs Classic Now i want to implement it in Modern toolkit but there are issue there is no fileButton Field So i'm using filefield, But i'm not sure how can i get the file data from the filefield here is the…
Waqar Haider
  • 929
  • 10
  • 33
1
vote
1 answer

Sencha Touch + phonegap app crashing on ios 8

I am using sencha touch 2.3.1 and phonegap to make an app. my app is crashing on ios8. Everytime I open the app in iOS 8 it shows a black screen after splash screen and then app crashes. But when I open recent apps the app is still there in the…
1
vote
1 answer

submitting a form to the server as json

I am trying to submit a form to the server with the params in JSON. form.submit({ url:'JSONSaveEntry', method:'POST' }); but it sends everything as form-www-urlencoded. I already checked that no field has isFile set to true (but then, it would…
Alexander
  • 19,906
  • 19
  • 75
  • 162
1
vote
3 answers

Is there a way to call a function before the dependencies are loaded in Sencha Touch application

Sencha Touch application has requires:[] option to specify the list of controllers and models and stores etc that are loaded that we need for the application to work but is there a way to execute something that we need even before the loading of the…
Nick Div
  • 5,338
  • 12
  • 65
  • 127
1
vote
1 answer

Sencha Touch sort order with list paging plugin

My backend is Parse's BAAS. In order to fetch latest records first and paginate through previous records, I'll need to order descending by created timestamp, and use "skip" certain number of records in conjunction with "limit" number of records per…
John Doe
  • 1,005
  • 2
  • 8
  • 23
1
vote
4 answers

Sencha Touch 2.3 with Cordova 3.5 launch time is long

If you create a sample Sencha Touch 2.3 app using sencha app generate... and package it with Cordova, you will see that it takes about 4 seconds to launch the app and show the main view. If this basic skeleton app takes this long, then actual apps…
senchaDev
  • 587
  • 2
  • 6
  • 19
1
vote
1 answer

Sencha Touch: How to prevent button in list item from selecting list item

I have a list where each item has a "buy" button. The problem is that the click event for the button is passed to the list even if the button's handler returns false. How can I stop the list item from being selected when the button is…
patrickkidd
  • 2,797
  • 2
  • 19
  • 19
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
vote
1 answer

Sencha Touch: Ext.getStore and Ext.getStore.load

What is the difference between these Sencha Touch API functions. Ext.getStore('myStore') and Ext.getStore('myStore').load() I found at many places including sencha docs but could not find any appropriate answer.
Sarim Javaid Khan
  • 810
  • 15
  • 30
1
vote
0 answers

Sencha Touch, an iframe is shown when selectfield is opened

I've got a problem when changing the selectfield item in Sencha Touch 2.3.0. As shown in the picture below, I got a "blue screen" whenever I try to drag the selectfield item to change its value. When I used the inspect-element on Chrome, I…
maznanda
  • 11
  • 1
1
vote
1 answer

Sencha Touch: Declaring class using Ext.define()

I am new to Sencha Touch(a js framework for cross platform apps). While, learning sencha , I came across a strange problem, I searched out almost every where but couldn't find any. Problem I declared a Model named "UserPass" using …
ishan
  • 28
  • 3
1
2 3 4 5 6