webglearth / webglearth2

[UNMAINTAINED] WebGL Earth 2 - the source code of the project
Apache License 2.0
884 stars 212 forks source link

Microsoft surface pro #52

Open sarahansen223h opened 9 years ago

sarahansen223h commented 9 years ago

We have been testing touch event on different browser with different devices. We found out that it works

perfect on: iPhone device.

We tested later on mac pro with google chrome browser and firefox browser and both worked perfect.

on our third test using the device: Microsoft surface pro and google chrome as browser we were able to zoom inside the globe by touching it, but it returned "NULL" as lat/lng info.

with the same device: Microsoft surface pro using firefox as browser we got the lat/lng info retuned back, but the zoom did not work.

The url to the globe is: http://miizee.com/Test/

klokan commented 9 years ago

We have no access to Microsoft Surface Pro hardware - so this issue is hard to reproduce and fix.

sarahansen223h commented 9 years ago

Let this remain as open issue until a fix is provided.

klokan commented 9 years ago

The hardware may be required for 2-3 days - probably in our second office abroad. Such work should be scheduled in advanced - this could be harder then it seems. We may probably need to rent it or purchase it.

sarahansen223h commented 9 years ago

The 2-3 days or little more would be no problem. We can rent it for free and you can use it in your second office abroad if needed while we book a good hotel for us to stay in when the visit take place. One of our co-worker will call when the time is right so the visit is scheduled in advanced so you guys have time and expecting us to come for a meeting.

klokan commented 9 years ago

Please try the two browsers on Microsoft Surface on the blue rectangle on the right side of this page: http://jsbin.com/qiyaseza/8/edit?html,js,output and let us know if this zooms and moves with the gestures.

The tap (click, touchstart) events are then another story...

sarahansen223h commented 9 years ago

Well on Google Chrome it moved fast to right and left, but worked all sides. The zoom did not work.

The Firefox browser did the same, but moved slower up and down. The zoom did also not work. But i don't know if that is a bug, but when the whole page by mistake zoomed in when my co-workers hand slide he could move it with his finger on firefox. But still can't zoom. He tried to do same on Google Chrome browser, but only touchpad worked.

on other hand the the zoom and move on touchpad of the mac did work fine on both browser.

here is a link to the recorded video that my co-worker recorded while he tested it on Microsoft Surface:

http://miizee.com/Test/test.MOV

sarahansen223h commented 9 years ago

Your response regarding the result will be greatly appreciated

sarahansen223h commented 9 years ago

any news update about this problem???

klokan commented 9 years ago

If there is no client on this task - and until we purchase Windows Surface hardware - this task will not progress further from the side of @klokantech team. Patches from a third party or contract related to this development is required.

eprtha commented 2 months ago

We have been testing touch event on different browser with different devices. We found out that it works

perfect on: iPhone device.

We tested later on mac pro with google chrome browser and firefox browser and both worked perfect.

on our third test using the device: Microsoft surface pro and google chrome as browser we were able to zoom inside the globe by touching it, but it returned "NULL" as lat/lng info.

with the same device: Microsoft surface pro using firefox as browser we got the lat/lng info retuned back, but the zoom did not work.

The url to the globe is: http://miizee.com/Test/

I'm struggling to get the lat/lng from touch event but not successful yet. Would you advise me if you know the solution? Thanks.