Hi,

Just tested everything. On my android devices everything works fine.

Have you used the latest trunk version?

Best regards,
Tino

Am 10.11.2010 um 11:49 schrieb Tino Butz:

Hi Per-Ola,

Am 09.11.2010 um 14:49 schrieb Per-Ola Stenborg:

Hi

We have been developing a web-app for some time now. It's intended primarily 
for android use.
I'm very happy to see that you are working on targeting qx for mobile use. I've 
tried some of the demos with mixed success. The finger demo is the only one 
working. Both MobilePrototype and ping-pong hangs/freezes on a HTC Desire.

I can not get touch events woring on my device (I don't get the event). Test 
code like this:
---
         button4.addListener("touchstart", function(e) { // e is an instance of 
the qx.event.type.Touch class
               var x = e.getDocumentLeft();
               var y = e.getDocumentTop();
               alert("touched at x: " + x + " / y: " + y);
         }, this);
---

I will check this later today. We have discovered the same problems.


mousedown works but I get the event on releasing my finger. This might be a 
mutli-touch screen problem.
We need to get an event on touching the screen, but I doubt it is possible.

We also need touch scroll support. What's the status on this one?

Is this supposed to work today? Or is it only supported on iOS devices? What's 
the progress on the mobile side of qx?


Will check this as well. Scroll support is only available when you use the 
Scroll Container. (qx.ui.container.Scroll)

The status of the mobile framework is still work in progress. We made some good 
progress, but it is not ready for public right now. Still a lot of testing to 
do.

Where do I put "qx.mobile : ["on"]". If I understand it correctly, I will get 
emulated touch support on a desktop.


That's right. Perhaps the name of the variant is not the best...


Best regards

Per-Ola

Tino



--------------------------------------------------------------------
 Per-Ola Stenborg                       Tele: +46 (0)346-16080
 SA DataCom AB                          Dir:  +46 (0)346-16088
 Box 153                                GSM:  +46 (0)70-878 13 88
 S-311 22 FALKENBERG                    Fax:  +46 (0)346-84462
 SWEDEN
--------------------------------------------------------------------


------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a
Billion" shares his insights and actions to help propel your
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]<mailto:[email protected]>
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

<ATT00001..txt><ATT00002..txt>

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to