[qooxdoo-devel] How to access the Cordova API using Qooxdoo

2014-01-22 Thread Tobias Roeder
Hello there, I am currently building a qooxdoo application and find myself wondering, how i might be able to use the Cordova API (especially the database functions and camera support) using qooxdoo. I already managed to wrap my qooxdoo-classes with cordova and deploy it on the device, i just can'

Re: [qooxdoo-devel] mobile list scroll problem

2014-01-22 Thread Christopher Zündorf
The question is, why does the native scroll not work on iPad Air? This is very strange... never had a device specific bug on a iOS device before. I knew such problems from Android... Could you please open a bug report at bugzilla.qooxdoo.org Am 22.01.2014 um 16:44

Re: [qooxdoo-devel] mobile list scroll problem

2014-01-22 Thread mario elward
Hi, It did the job. Now scrolling works perfectly. Maybe this option should be put in as the standard in config file. Thank you Mario - Original Message - From: Christopher Zündorf Sent: 01/22/14 11:15 AM To: qooxdoo Development Subject: Re: [qooxdoo-devel] mobile list scroll problem O

Re: [qooxdoo-devel] mobile list scroll problem

2014-01-22 Thread mario elward
Hi, Good idea. I try it and both version work. I will try taking thee native scrolling. Mario - Original Message - From: Christopher Zündorf Sent: 01/22/14 11:01 AM To: qooxdoo Development Subject: Re: [qooxdoo-devel] mobile list scroll problem Could you please check whether the Mobile S

Re: [qooxdoo-devel] mobile list scroll problem

2014-01-22 Thread Christopher Zündorf
Ok. I think is has something to do with native scrolling that iOS provides... You can deactivate the native scrolling through your config.json Please add the the nativescroll macro to your mobile common job and set it to "false": "mobile-common" : { "environment" : {

Re: [qooxdoo-devel] mobile list scroll problem

2014-01-22 Thread mario elward
Hi, Qooxdoo version 3.5 iPad Air runs IOS version 7.04 Mario - Original Message - From: Christopher Zündorf Sent: 01/22/14 10:57 AM To: qooxdoo Development Subject: Re: [qooxdoo-devel] mobile list scroll problem -

Re: [qooxdoo-devel] mobile list scroll problem

2014-01-22 Thread Christopher Zündorf
Could you please check whether the Mobile Showcase runs on iPad Air (especially scrolling) http://localhost/qooxdoo/application/mobileshowcase/source/index.html#%2Flist Am 22.01.2014 um 15:23 schrieb mario_qooxdoo mai

Re: [qooxdoo-devel] mobile list scroll problem

2014-01-22 Thread Christopher Zündorf
Hi Mario, I have never heard about this problem before. Did not know that iPad Air does have a different browser or OS version than iPad 4 does. We tested qx.Mobile on iPhone 5s, and everything works fine. Which version of qx.Mobile do you use? Can you submit your OS version? Greetz Christoph

[qooxdoo-devel] mobile list scroll problem

2014-01-22 Thread mario_qooxdoo
Hi, I have a mobile apps who used a list to show the result of a query. The list works fine with iPhone and iPad except with iPad Air. The list content loads fine but it's impossible to scroll the list. For example, a query gives a result of 73 items. An alert() tell me 73 items are on the list.

Re: [qooxdoo-devel] "Problem with character encoding when using parts."

2014-01-22 Thread marchomal mal
The problem was in apache configuration. In the file "/ etc/apache2/conf.d/charset" the charset was: "AddDefaultCharset ISO-8859-1" Changing the default charset set to "UTF-8 AddDefaultCharset", and restart apache both windows displaying the characters well. Thank you. Best regards. 2014/1/9 M