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);
---

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?

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


Best regards

Per-Ola


--------------------------------------------------------------------
  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]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to