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

EXT JS 6 And SenchaTouchV2

I saw that very recently, Sencha Touch merged with ExtJS becoming ext-Js6 . It seems that there will be no longer update of senchaV2 ? Ad now that's better to use extJS6 than Sencha ? I suppose that, all the features present in sencha V2 are still…
Mayoul
  • 626
  • 10
  • 24
1
vote
3 answers

Sencha Touch do not set scale and allow scrolling and resize on iPhone or iPad

I am playing around with Sencha Touch, especially with examples like http://dev.sencha.com/deploy/touch/examples/ However I am faced with a problem, when using the component the scale is set on the iPhone and the user cannot scroll the page or zoom…
Roflcart
  • 41
  • 1
  • 2
  • 4
1
vote
2 answers

Google Maps API v3 marker setPosition not working in Safari (sencha touch)

I am using Sencha Touch to develop a mobile version of a Bus Tracker for Boston University. The problem I a running into is that the method setPosition() for a google.maps.Marker is not rendering the position change in Safari or any Mobile…
Luis Carrasco
  • 11
  • 1
  • 4
1
vote
1 answer

Windows 7 multitouch capabilities with HTML5

I have a problem: There are HTML5/CSS3 mobile frameworks on the market like Sencha Touch and Phonegap which can use the multi-touch gestures of the iPad/iPhone, Android, etc. That's working fine, I can test it. But now I need to know what's about…
Tim
  • 13,228
  • 36
  • 108
  • 159
1
vote
1 answer

Sencha Touch android keypad hiding textarea

` constructor: function() { this.adjustHeight = Ext.Function.createBuffered(function(textarea) { var textAreaEl = textarea.getComponent().input; if (textAreaEl) { textAreaEl.dom.style.height =…
Arun Kumar
  • 129
  • 1
  • 11
1
vote
1 answer

Push map coordinates for each detail view of a list view in Sencha Touch

I am building a Sencha Touch App with Sencha Architect, consisting of a list view with each detail view being a tab panel consisting of various fields of read-only data. So far I have been able to pass records from each object in the list to show in…
1
vote
0 answers

How to use item info interactions on my Sencha Touch Chart

I have a chart with the following code { xtype: 'chart', centered: true, height: '100%', id: 'ClipsViewedChart', …
Andrew Barker
  • 41
  • 1
  • 10
1
vote
0 answers

Custom Proxies for Touch project in Sencha Architect

I am rebuilding a very old existing Sencha Touch app within the newest version of Sencha Architect. The old version was using custom proxies associated with a couple of models to handle authentication of data, and in order for the new version to…
jroy
  • 51
  • 1
  • 4
1
vote
0 answers

iOS Safari background image sometimes white until touch/move/resize

I'm currently working on an app for Android & iOS with Sencha Touch. The problem occurs occasionally on Safari OSX (latest versions) and more frequently on iPhones. On a page/view called "product detail page" we have a slideshow with rectangular…
RSeidelsohn
  • 1,149
  • 18
  • 33
1
vote
1 answer

Selection bar implementation in xtype-selectfield same as datepickerfield

In Sencha touch version 2.3.0 we have xtype:'datepickerfield' for which we have a default bar that indicates the selected date. This selection blue bar can be modified using following css property. .x-picker-bar { background: rgba(247, 109, 48,…
Pushkar Kathuria
  • 331
  • 2
  • 17
1
vote
2 answers

JavaFX WebView doesn't display masked images in Sencha Touch app

I am working on a JavaFX application which uses the JavaFX WebView browser to display a Sencha Touch webapp. Long story short, the Sencha Touch application was originally being accessed through a different browser, but in the future it needs to be…
Sean
  • 21
  • 3
1
vote
1 answer

How to identify UI Elements from Sencha Touch App for Testing with Appium?

I am having trouble writing client-side tests using the latest version (0.4.0) of this Node.js library: https://github.com/admc/wd. I am using Sencha Touch 2.4. I can get the selenium webdriver connected to the Appium app (v 1.4.13) server which in…
writofmandamus
  • 1,151
  • 1
  • 23
  • 40
1
vote
1 answer

Style rows in grid

I am trying to create a grid, each row having a different style(font, color, background color, etc). The styles are in an array of strings, (each having css code), the same length as the number of rows in the grid. My problem is that I can't find a…
next_user
  • 293
  • 3
  • 11
1
vote
1 answer

Sencha Touch 2 White screen in Android WebView

I am working on the migration of a JavaScript app from Sencha Touch 1.x to Sencha Touch 2.x. It is designated to run in a WebView inside a native Android app. The app worked on Sencha Touch 1.x. Meanwhile there has been a lot of refactoring and…
1
vote
0 answers

Sencha Touch/Modern Hide Address Bar and/or Bottom Bar

In Sencha Touch/ExtJs 6 Modern is there a way to hide the address bar and bottom bar on mobile devices. I have tried this which was suggested and it doesn't work. Ext.application({ viewport: { autoMaximize: true }, ... });
lsdmt
  • 160
  • 1
  • 7