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
1
vote
4 answers

How to load a CSS file based on a URL or client?

I have two CSS files in my Sencha touch application. Lets call them A.css and B.css. Based on the URL I want the application to load different CSS. Lets say URL 1 is www.website.com/#1 so for this I would like to load A.css. similarly URL 2 is…
Nick Div
  • 5,338
  • 12
  • 65
  • 127
1
vote
0 answers

Sencha touch 2.3 how to find coordinates of the image center?

How can one find the center coordinates of the image in relation to whole screen? I use Ext.create() to create my images onto the page.
The amateur programmer
  • 1,238
  • 3
  • 18
  • 38
1
vote
1 answer

Is there a way to give CSS to all Placeholders in sencha touch application

I am struggling to find a way to give CSS to all placeholders in my application, I have tried the following: .customField input::-webkit-input-placeholder { color: #2e4bc5; } .x-text-field input::webkit-input-placeholder{ color :#2e4bc5 } Any…
Nick Div
  • 5,338
  • 12
  • 65
  • 127
1
vote
0 answers

Sencha Touch Grid columns cannot resize to fullscreen

I am new to sencha, I am trying to use Sencha Touch Grid extension in sencha Architect 3 to display lists of elements which includes texts and images. I have been able to display these data inside a touch grid component but I can't get these columns…
1
vote
0 answers

Context based operations with Sencha Touch2

My requirement is to have a tabbed panel and context based (sub operations) segmented buttons in one of the tab panels. On click of the button we should hide the current list and show the new list. I'm able to show the segmented buttons but not the…
1
vote
1 answer

Sencha Touch cmd - what do different sencha.cfg files do?

In the Sencha Touch docs, the command utility help pages has the following info below: .sencha/ # Sencha-specific files (for example configuration) app/ # Application-specific content sencha.cfg #…
jaffa
  • 26,770
  • 50
  • 178
  • 289
1
vote
2 answers

custom css x-type list Sencha

We are using Sencha Touch 2.3.0 framework for our app. We have a list of items that is grouped by date. We are trying to adjust the group header's layout with css. All documentation on the internet says that we had to add the cls:'CustomClass' item,…
Peter Fox
  • 1,239
  • 2
  • 11
  • 31
1
vote
2 answers

How to scroll to the bottom of a container

I have a container and I want to scroll to the bottom of it on trigger of an event. I have tried everything on Google but nothing seems to work.. These are the things that I have tried so far so that you dont waste any…
Nick Div
  • 5,338
  • 12
  • 65
  • 127
1
vote
1 answer

Sencha Touch: Any event which is fired after List Items have been rendered

Simple problem but I haven't managed to find a possible solution: I have a list in Sencha Touch with Items generated through the itemTpl property. Now I want to go through the items (after they were rendered!) in the DOM and Replace their images…
ilir aga
  • 133
  • 10
1
vote
3 answers

sencha touch: I could not theme Sencha Touch / ExtJS application

I am developing a sencha touch application using sencha architect. I have to change the background color, font color, font-family and icons according my company's standard in the app. I tried to create SASS file @import…
0
votes
0 answers

Iterate datastore in Sencha touch & edit record

I am using Sencha touch v 2.3.0 for my hybrid cordova app. How can we loop through Sencha touch data store & update each record? for (var x = 0 ;x
Ritika
  • 593
  • 1
  • 8
  • 21
0
votes
1 answer

Sencha Touch - add KeyDown event on NumberField

I've been banging my head against the wall for days trying to get a KeyPress or a KeyDown event to fire on a Sencha Touch textfield. I'm trying to accomplish two things: 1) Limit the max length to 3 and 2) Ensure that the user is entering only…
Sarah Lottman
  • 39
  • 2
  • 9
0
votes
2 answers

Adding third library to Sencha touch project

I need to add a third library in a Sencha Touch project at the moment I am adding the link to the third library as But after the "sencha app build" command I have an…
inane
  • 626
  • 10
  • 26
0
votes
2 answers

Flash between splash screen and final app load for some Android phones

I have a PhoneGap/Sencha Touch app that has three basic states on app load: splash screen, webview is loaded but Sencha Touch is loading, and Sencha Touch is fully loaded. On some Android phones (such as my Kyocera Rise), everything goes smoothly. I…
Sergio Prado
  • 1,197
  • 2
  • 16
  • 33
0
votes
0 answers

Memory Leak in Sencha Touch Application: Trouble Tracking it down

My Sencha Touch app (demo is here: http://www.bodbot.com/MobileApp/senchademo/index.html) has been crashing on a relatively regular basis on Android and Windows Phone. I have yet to figure out the root cause of the crash despite a fair amount of…
Sergio Prado
  • 1,197
  • 2
  • 16
  • 33