sencha-touch-2

Creating a splash screen in Sencha Touch for different mobile devices resolutions

自闭症网瘾萝莉.ら 提交于 2019-12-24 06:45:35
问题 I am using sencha touch 1.1, and the application has to be portable across multiple mobile platforms such as android, iPhone, iPad and blackberry. I need to have splash screen at start up, and I am using the body background property to get the splash screen done. <body bgcolor="0000" style="background-image: url('images/background.png');"></body> I used this code in my app: onReady: function() { var panel = new Ext.Panel({ fullscreen : true, html : "Start Up Screen Test" }); } But it doesn't

Latency issue for application on HTC ONE developed using Sencha Touch 2.1(Android 4.0.x)

一世执手 提交于 2019-12-23 16:40:47
问题 I have developed an application using Sencha Touch 2.1 Framework. The application being installed on the HTC ONE device running on Android 4.0.x version. It is observe that app's response time is very slow while 1. Traversing from one screen to another screen 2. While fetching data from server 3. After a tap on any icon, loading mask takes time to get displayed 4. Due to screen transition is taking time, the header of previous screen gets displayed on current screen momentarily and then only

How to send headers while using jsonp proxy?

落花浮王杯 提交于 2019-12-23 12:36:48
问题 I am trying to get data from web services from my app to load a list and to load more on scroll using pull refresh & ListPaging plugins. I tried this with flickr API and it works fine, but problem comes when I try to access our own services because they expect "Authorization" header with Base64 encoded data and "Accept" header to decide format of response. This is how I have defined my store: Ext.define('myshop.store.CatalogListStore',{ extend:'Ext.data.Store', requires: [ 'myshop.model

items not loading in sencha touch 2

筅森魡賤 提交于 2019-12-23 10:06:10
问题 i have a sencha touch application that uses a tabpanel, a beta version of this application loads all items of the tabpanel and displays it. with so many items, switching between tabs became slower for optimization my idea is to load items only when a certain panel is activated after showing a loading mask. i was able to make it work on first click but when i switch to the same tab another time it's not being filled or at least items are not being showed. no exceptions are thrown. Ext

Sencha Touch - menu and edge swipes errors

我是研究僧i 提交于 2019-12-23 04:55:14
问题 I'm wondering if anyone has found a fix for the issue, when the menu is initialized but has not been shown yet and the user makes edge swipes what leads to ST throwing errors: Uncaught TypeError: Cannot read property 'on' of undefined. Please see here what I mean (open console and make edge swipes): https://fiddle.sencha.com/#fiddle/3vq More about that: http://www.sencha.com/forum/showthread.php?281225 回答1: Hot fix for Sencha Touch 2.4.1 side menu slide issue TOUCH-5328: replace in touch\src

How to use WebSql database with sencha touch Application

大憨熊 提交于 2019-12-23 04:48:09
问题 I am working with sencha touch application to handle small database I have used local storage. But, now I want to handle larger amount of database with SQL queries. Can anyone suggest how to use a database system like Websql or any other database system with sencha touch? Any help will be appreciated. 回答1: Try using Ext.data.proxy.Sql Refer these links http://docs.sencha.com/touch/2.1.1/#!/api/Ext.data.proxy.Sql http://senchatouchdev.com/wordpress/2013/04/19/sencha-touch-clarifying-websql

How to use WebSql database with sencha touch Application

安稳与你 提交于 2019-12-23 04:48:00
问题 I am working with sencha touch application to handle small database I have used local storage. But, now I want to handle larger amount of database with SQL queries. Can anyone suggest how to use a database system like Websql or any other database system with sencha touch? Any help will be appreciated. 回答1: Try using Ext.data.proxy.Sql Refer these links http://docs.sencha.com/touch/2.1.1/#!/api/Ext.data.proxy.Sql http://senchatouchdev.com/wordpress/2013/04/19/sencha-touch-clarifying-websql

unknown chromium error: -6: sencha and phonegap

会有一股神秘感。 提交于 2019-12-23 04:45:11
问题 I am making an app in Sencha-touch and phonegap and need your help. I have succesfully ran my app on an emulator (android 2.1, 4.1), using eclipse. I ran my app successfully on a samsung phone(android 2.3.3), but when I run it on samsung galaxy tab 10.1(which is android- 4.1.4), it just shows a white screen. Moreover on an android emulator 4.0.3, I get a white screen with following logcat file: 09-15 00:10:24.031: I/dalvikvm(635): threadid=3: reacting to signal 3 09-15 00:10:24.101: I

secha touch calendar swarmonline mvc bug

人走茶凉 提交于 2019-12-23 04:35:19
问题 I'm trying to work with a Sencha Touch calendar extension (http://www.sencha.com/forum/showthread.php?156351-Ext.ux.TouchCalendar) Here is an example of what im using: http://www.swarmonline.com/Ext.ux.TouchCalendar/examples/simple-events-list.html Am using the mvc folder in the app.. there is bug in period change event please follow these steps load mvc app click event list 3 click any date that have event 4 Then click period change 5 Rest of the events are gone from the calendar Am trying

secha touch calendar swarmonline mvc bug

若如初见. 提交于 2019-12-23 04:35:17
问题 I'm trying to work with a Sencha Touch calendar extension (http://www.sencha.com/forum/showthread.php?156351-Ext.ux.TouchCalendar) Here is an example of what im using: http://www.swarmonline.com/Ext.ux.TouchCalendar/examples/simple-events-list.html Am using the mvc folder in the app.. there is bug in period change event please follow these steps load mvc app click event list 3 click any date that have event 4 Then click period change 5 Rest of the events are gone from the calendar Am trying