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
1 answer

How do make view port auto-maximize in Sencha touch 2?

Possible Duplicate: how to fullscreen a Sencha Touch 2 page on a WebKit browser? How do you reliably make the viewport take up the entire canvas in Sencha Touch 2?
Scott Roepnack
  • 2,725
  • 5
  • 19
  • 36
1
vote
0 answers

Google Map in iPhone5 simulator

I am facing an issue with google map .. I am using Xcode 4.5 with cordova lib .. I have develop an app its working fine .. But i have an issue with google map i.e. it also works well in google chrome, safari but it does not works in iPhone5…
Burhan Mughal
  • 798
  • 2
  • 7
  • 33
1
vote
4 answers

Build error with Sencha Command

I just upgraded my app to Sencha Touch 2.1 and I'm now trying to build it for production. Unfortunately, I get the following error message : Sencha Cmd v3.0.0.250 [DBG] checking /Users/titouanvanbelle/Documents/workspace/app/sencha/.sencha/app…
1
vote
1 answer

Audio in sencha Touch

I am playing an audio track in sencha touch. Its working fine.. But I want two things. 1) How to hide audio player and autoplay the sound. For this I tried autoplay:true, and hidden:true, But this is not working .. 2) I want to add a button…
Burhan Mughal
  • 798
  • 2
  • 7
  • 33
1
vote
2 answers

Sencha touch 2 Store Dynamic Proxy Url

I'm creating an application that has a high dependency on geographic location. I have variables 'GeoApp.app.geoLat' and GeoApp.app.geoLong' in app.js that are set with the geo coordinates. If I console.out within any view, I have no problem…
ELaverdi
  • 13
  • 3
1
vote
1 answer

Sencha Touch 2 Android local database performance

I'm currently working on a mobile app, I have a requirement to create local database for Android. Though I am using Sencha Touch 2 for development, I am worried for SQLite database from within the browser sandbox. Which one is more reliable,…
1
vote
1 answer

Sencha touch 2 slider events continuous change event

Is there a possibility to get the normal html5 change event for the sencha touch slider as well? Sencha touch 2 offers a change event which is only fired once the slider is dropped. I want to use it for turning on and off the lights smoothly, the…
pfried
  • 5,000
  • 2
  • 38
  • 71
1
vote
1 answer

Open another view within same tabpanel after button click in first panel

I have a Main view in which i create three tabs, on click login tab a login form open after login success, i need to load another view (landing) in same login tabpanel..I have used the following lines of code to load the view but it doesnt opening…
sukhdeep
  • 21
  • 1
  • 5
1
vote
2 answers

sencha touch dynamic chart

in Sencha Touch 2.1 how can I load the chart dynamically from json, also with dynamic fields store, chart axes, and chart series, I know maybe this is too much, but I need to display many kind of data, If I create 1 chart component for each display…
Aditia Rahman
  • 90
  • 2
  • 11
1
vote
2 answers

How to programatically find out whether the application is using sencha-touch or extjs 4.1

Here I'm implementing a sample.js file in which designing a floating component. This sample.js file is independent of any other application. It means when i'm adding this file to sencha-touch project it should show the floating component and if i'm…
url
  • 71
  • 8
1
vote
1 answer

If you extend an XTemplate in Sencha Touch, how can you specify the template text value?

Instead of having a control where we concatenate a huge HTML string, I'd like to separate the XTemplate object into its own file. The problem is that I don't know how to set the template text in this class. Normally, you'd create a new XTemplate…
JackAce
  • 1,407
  • 15
  • 32
1
vote
1 answer

Translate viewport when field is focused

I'm working on a Sencha Touch 2 application where I have a view which is pretty much like this : When the field is tapped the keyboard goes up as well as the viewport in order to center the field in the available space left. Now what I would like…
Titouan de Bailleul
  • 12,920
  • 11
  • 66
  • 121
1
vote
0 answers

Phonegap + sencha touch animated splash screen

So i have a PNG of a jet engine and i would like this to be the splash screen to my app, works fine with a static PNG but how can i animate this jet engine to have a clock-wise rotation and then fade or disappear when the app is ready? At the moment…
1
vote
1 answer

Sencha Touch 2 Session Storage

I had created an ajax request in sencha touch 2, when i get a success message how can i set my return values to session and please also tell me a way through which i can get the value from session also. submitLoginForm: function() { var form =…
Deepak
  • 104
  • 7
1
vote
2 answers

Disclosure button initially hidden, then visible

I want the disclosure button to be visible on each of the items of the list only when i click an "EDIT" button. How can i do that?? I tried "list.setOnItemDisclosure(true);" on clicking the EDIT button but disclosure didn't appear.
Rishav Raj
  • 39
  • 2
  • 9