Questions tagged [sencha-touch]

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 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 1.1.1 supported platforms

  • Apple iOS 3+
  • Android 2.1+
  • RIM Blackberry 6+

Sencha Touch 2.0 supported platforms

  • Android 2.3+, 4.03
  • iOS 4, 5.
  • BlackBerry 6+

Resources

Latest stable release

Licensing

  • Free Commercial License
    • Includes minor updates but excludes major updates and patch releases.
    • According to the FAQ, selling an SDK or application designer based on Sencha Touch requires a paid OEM license.
  • GPL v3
4732 questions
1
vote
1 answer

Rendering of data points in Sencha charts

I have a Sencha chart where I render some of the data points in a specific color depending on the values in in my data store. This works fine also long as I'm not zooming the chart, but as sone as I zoom the x-axis of the chart the highlighted data…
stefan
  • 658
  • 2
  • 9
  • 31
1
vote
1 answer

Render data points in a Sencha Chart in a specific color

I want to render some of the datapoint in my charts in a different color than the other, depending on the values in my store. The problem I'm experiencing is that not only the marker is rendered in a different color but also the line to the marker…
stefan
  • 658
  • 2
  • 9
  • 31
1
vote
0 answers

Issue managing the cache in IE11

We are having a great problem with the cache in our hybrid app, this issue in IE11 is very critical. For example of the current "bug", we manage the new version of the app, saving in localstorage the version number, in IE this variable is not…
inane
  • 626
  • 10
  • 26
1
vote
1 answer

Display gaps in a Sencha Touch Cartesian Chart

I would like to display gaps in a chart serie. I'm using Sencha Touch 2.4.1. I already tried to set the data to "no data" which results in a solid line between the surrounding data records (Sencha Fiddle). Setting the data to null results in a zero…
stefan
  • 658
  • 2
  • 9
  • 31
1
vote
1 answer

Enable pan and zoom in Sencha chart on desktop PC

I would like to pan the zoomed area in a sencha chart. Currently I'm only able to zoom in and out on the chart as you can see in this sample: Sample Chart. I'm using the app on a desktop PC. At the moment there is no posibility to pan in the zoomed…
stefan
  • 658
  • 2
  • 9
  • 31
1
vote
0 answers

Can't login with different user in sencha cordova app

I am using facebook connect plugin in my cordova app.With first user it is working well but when I am trying to logout from my app and facebook and try with another facebook account it is again logging in with the first account which I have tried…
1
vote
1 answer

Set page size Sencha touch

I've been trying to set a page size so that my app runs faster. I'm reading from a huge xml file (thousands of rows) and I want to use the ListPaging plugin to load only one 'page' at a time. Here is my list: …
now_world
  • 940
  • 7
  • 21
  • 56
1
vote
0 answers

Sencha touch unable to register store using StoreManager after using unregister method on same store

I am creating a store using rest service.whenever I unregister the store and register again it gives me undefined in console for the store and undefined for getProxy(). Code Snippet: Controller: (where I am destroying my view and unregistering…
1
vote
1 answer

Defer TabPanel rendering sencha touch 2

I'm working on a big application, with tabpanel containing 5 tabs. I would like to defer the render of the not active first tab, to speed up the loading of the application. I've seen on Ext JS that there is an attribute deferRender, but it does not…
oveka
  • 57
  • 5
1
vote
2 answers

Cordova build of Sencha App

I have a Sencha App which runs in a Cordova Wrapper. When I build the Sencha app in test mode everything works and the app runs on the device. But when I build the Sencha app in production I get the following popup on the startup of the…
stefan
  • 658
  • 2
  • 9
  • 31
1
vote
1 answer

How do I know user drag left of right?

I have some div in my page that when an user drags one of them to left, the div would fade out. My question is: How can I be able to detect when the users drags to the left or to the right direction?
1
vote
1 answer

ExtJS and Sencha Touch: Adding a second panel at bottom with text that depends on a function call

I have Sencha Touch application that currently looks like this. The top navigation bar is appearing correctly as intended, but I want to have a bottom bar as well. I also want the bottom bar to display text based on values I get from stores. I am…
filpa
  • 3,651
  • 8
  • 52
  • 91
1
vote
0 answers

Sencha Touch: Spanish Accent characters wrongly encoded in app.js on WP8 Build

My App has spanish accents on it, such as: Sesión When I build and compile my App natively for iOS and Android (in OSX environment), accent show perfectly encoded in app.js, and display beautifully on the App running natively on the devices. When I…
1
vote
1 answer

Sencha Touch 2: panel won't scroll after app build

I have a Sencha Touch app that is comprised of a tab bar layout with multiple pages, one of the pages is a list view and one is a "detail view" which is basically a panel. The panel won't scroll after I run "sencha app build". The resulting build…
SimBot
  • 109
  • 2
  • 10
1
vote
1 answer

Is it possible to open new browser window with custom headers and content?

I have a Sencha Touch web application. I'm trying to generate a calendar event file and open it in another window hence forcing iOS to ask user to import this event into standard calendar. I can do window.open and then use document.write to…
sha
  • 17,824
  • 5
  • 63
  • 98