sencha-touch

Phonegap CGImageCreateWithImageProvider Error

笑着哭i 提交于 2019-12-24 08:48:13
问题 I recently migrated to a new mac. I needed to update my older app one last time so I downloaded an older version of Xcode and Phonegap. I get this error when I try to set the background-size css for an image. CGImageCreateWithImageProvider: invalid image size: 210 x 210 This only happens when the app first starts up, if I try setting it after the app loads with weinre it works correctly. What is causing this? I saw that this error is related to the Mapview however I am not using one. iOS 4.2

How to sign a apk developed on sencha touch

自古美人都是妖i 提交于 2019-12-24 07:45:46
问题 We have done mobile app in Sencha touch and then We have converted them to android apk file.I want to upload them in Play Store but when posting it to google play I knew I had to sign the application. anyone know how I can do this procedure? 来源: https://stackoverflow.com/questions/23335714/how-to-sign-a-apk-developed-on-sencha-touch

sencha touch pdf generation form client side

随声附和 提交于 2019-12-24 06:51:21
问题 We are working on creating mobile app using sencha touch frame work. one of our requirements is when user hits view pdf, the user entered form details which stored locally has json format should be rendered and view as pdf and also it can be saved as a pdf locally. i found that itext is one of the java library which is widely used for pdf generation. but i couldn't find any article inter relating both sencha touch and itext. let me know is that a possible way or any other method available for

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

Cordova and PhoneGap initialization failed on Sencha Command

时光怂恿深爱的人放手 提交于 2019-12-24 03:38:11
问题 I had installed PhoneGap through NodeJS CLI on my Ubuntu 13.10 and started native build process. However, during the initialization, this was the executed command and the respective output. $ sencha phonegap init com.foo.barapp BarApp Sencha Cmd v4.0.2.67 [INF] [INF] sencha-phonegap-init: [INF] [INF] init-phonegap: [INF] [echo] Adding PhoneGap to Application [INF] [echo] Adding PhoneGap template files [INF] [echo] Adding Native properties [INF] [x-property-file] Updating property file: /tmp

Sencha Touch 2.1 native (android) app not getting json from remote (it works on PC)

喜你入骨 提交于 2019-12-24 03:03:54
问题 I created my first Sencha touch 2 app by watching this video (http://youtu.be/5F7Gx0-W-M4) and it has a store page structured like this: Ext.define('FirstApp.store.Places',{ extend:'Ext.data.Store', config:{ autoLoad:true, model:'FirstApp.model.Place', proxy:{ type:'ajax', url:'https://maps.googleapis.com/maps/api/place/search/json?location=-33.8670522,151.1957362&radius=500&types=food&name=harbour&sensor=false&key=AIzaSyCFWZSKDslql5GZR0OJlVcgoQJP1UKgZ5U', reader:{ type:'json', rootProperty:

2 scrolling lists in Sencha Touch don't scroll

时光怂恿深爱的人放手 提交于 2019-12-24 01:18:44
问题 I have 2 List items in Sencha Touch, that have been added to my panel. Each list has width=50% and height=fullscreen. The panel has height full screen. Each list has a Store containing about 100 items. Sencha mis-estimates the extent of the list and does not allow me to scroll down. I can only go down a couple of items and it snaps back. How do I get side by side list items to scroll? Thanks, Gerry 回答1: This works for me I think the trick is the Layout value for each Panel. 'hbox' for parent,

Do sencha supports Windows Phone?

雨燕双飞 提交于 2019-12-24 00:44:44
问题 I am new to HTML5 Application Development.I am used to Windows Phone App Development.Is WindowsPhone supporting Sencha Touch Framework .And I have seen that Phonegap plugin in Visual Studio 2010 for Developing HTML5 Applications.But I cant find any plugin for Sencha in Visual Studio.And I am confusion which framework to choose for development.Your suggestions are welcome.Thanks in advance 回答1: No, Sencha does not currently support Windows Phone development. From http://www.sencha.com/products

How to create a select field in Sencha Touch like the iPhone ringtone screen

混江龙づ霸主 提交于 2019-12-23 23:07:55
问题 I am developing an app using Sencha Touch 1.1.1. I would like to create an item on a form similar to the iPhone ringtone field (see image). Currently I'm using a textfield and when it gets focus I'm changing the card to a list. The only problem with this is the on-screen keyboard is displayed. How can I create a form field like the Ringtone field in the iOS sound configuration? 回答1: I have a solution for now. I created a new class - ListField - based on the code for the Selectfield. I would

How to stop iOS launch image moving up in Phonegap / Sencha Touch

假如想象 提交于 2019-12-23 17:11:19
问题 I have a Sencha Touch 1.1 / Phonegap 1.3 application and I've got a portrait and landscape launch image sized according to the iOS documentation. When the app first launches, both launch images are correctly positioned. Once the loading spinner is displayed, the launch image shifts vertically by a small amount leaving a white strip across the bottom of the screen (see image). I've added a red border around the gap so it can be seen - the red border does not appear on the device. How can I