Questions tagged [sencha-touch-2]

JavaScript framework for mobile devices, UI interface, DataAccess and encapsulation.

Sencha Touch 2 is the second version of Sencha Touch, developed by Sencha.

It is a Javascript framework based on well-known Ext JS library and used to create cross-platform mobile devices webapps (Android 2.3+, Blackberry, Windows Phone 8 and iOS 4+).

With this new version, it is possible to package applications as native.

Official documentation and description can be found at: http://docs.sencha.com/touch/

3849 questions
1
vote
3 answers

Sencha Touch 2 - Text Overlapping Issue

I'm a new developer in Sencha Touch 2 and I'm trying to create my first application using its provided MVC architecture. I find issues with toolbar/titlebar text overlapping when navigating between pages. Take a look at these screenshots: Example…
OldNurse
  • 153
  • 1
  • 1
  • 8
1
vote
1 answer

Sencha touch - How do I run production build?

I ran sencha app build production which created a directory build/production where an app.js file is present. The question is how do I make the app load the combined app.js file, not the dev files now?
Spadar Shut
  • 15,111
  • 5
  • 47
  • 54
1
vote
1 answer

Numeric Virtual keypad on sencha touch 2 on a search field

I need to get a numeric virtual keypad on mobile device when i start typing in search field of sencha touch2 application. By default i get an alphabet virtual keypad . I want numeric keypad to appear, as i am searching for numbers in the search…
tntv
  • 118
  • 1
  • 1
  • 8
1
vote
0 answers

Unable to parse JSON returned by server

I see error: "Unable to parse JSON returned by server" when I use my Sencha Touch 2 on my android 2.3.5. When I run this app from desktop (Chrome browser) - it works fine. My Json is valid: { "status": "OK", "result": [ { "key":…
Andriy Kuzmych
  • 193
  • 2
  • 11
1
vote
1 answer

How to add panel as list item in Sencha touch 2.1?

I am trying to dynamically add list(with its items) to my container. Instead of simple HTML template, I need list items to contain panel with a title bar, image & few more things. To do this I am loading store data and within its callback…
ThinkFloyd
  • 4,981
  • 6
  • 36
  • 56
1
vote
1 answer

List generation Sencha Touch 2 from HTML

I am working on a project where we create a Sencha Touch 2 version of a web site, and all the resources we got is the web site itself. My problem is that I have a list of search results in HTML and want to dynamically add these to a list (e.g. map…
Alex
  • 4,744
  • 2
  • 17
  • 21
1
vote
1 answer

How to show default image in the carousel while image sliding in the same carousel?

HI I have done application using Sencha touch2. In carousel we were binding the images dynamically from the web service at the controller level. When we move/slide the images in carousel, next images are taking time to load/show in the carousel.…
Ramesh Lamani
  • 1,117
  • 3
  • 25
  • 54
1
vote
1 answer

Clickable panel in sencha touch 2

I'm working on sencha touch 2. I have a panel and few images. I want an action to fire on the tap of the panel. The images are placed on top of the panel. These images are used just for styling purpose. When I tap on the panel i can fire the action…
Akshatha
  • 319
  • 1
  • 12
  • 30
1
vote
2 answers

Sencha Cmd 3.0.0.250 build error

OS: Win7 HTTP Server: Tomcat7 I am new to Sencha. Just installed latest sencha-touch-2.1.0-commercial+Sencha Cmd 3.0.0.250. Could run "sencha" command under SDK dir. Could run "sencha generate app GS ../GS" to generate a sample project. I didn't…
ZZZ
  • 3,574
  • 10
  • 34
  • 37
1
vote
1 answer

whats the difference between listing views in the app.js rather than a controller in sencha touch?

What is the difference between list views within the view object of application set-up: Ext.application({ models: [ ... ], views: [ 'Login', 'Home ], and listing them in the config object of a…
jaffa
  • 26,770
  • 50
  • 178
  • 289
1
vote
2 answers

Accessing and viewing nested JSON (Tumblr API) using Sencha Touch 2

I am currently working on creating an image gallery using Sencha Touch 2 and Tumblr API to fetch the images from my Tumblr website. I am struggling a lot with accessing the JSON in the innermost nested folder -- that is what I need to display the…
lisasy
  • 67
  • 8
1
vote
1 answer

Is there a Possibility to call One app1 (view) into another app2(view) in sencha touch 2

I am confused that can we call one App view to Another app view in sencha touch 2
Inder Singh
  • 75
  • 3
  • 9
1
vote
2 answers

How to secure a geolocation web service?

I'm currently developing a mobile app using Sencha Touch 2 and Phonegap. It's a game where you can "check-in" at some places and get some points every time you do a successful one (as in Foursquare). I'd like to make it impossible for a clever guy…
Bastien Libersa
  • 680
  • 8
  • 20
1
vote
1 answer

Sencha build production error

I had successfully create production build. When i am trying to access production build from chrome than i am getting below error Error: [Ext.Loader] Failed loading synchronously via XHR: 'src/field/Select.js'; please verify that the file exists.…
Deepak
  • 104
  • 7
1
vote
2 answers

How to pass parameters to store to load specific data

I am creating a search form in Sencha Touch 2. The form is created, the fields are all there. But how do I call the /users/{param} url? I've got a store, and it can load "all" users, but I'd like to load specific data ..…
mattyh88
  • 1,585
  • 5
  • 26
  • 48