Jump to content

Unimap zooming - IOS touchmove


markokas

Recommended Posts

Hi all,

I am stuck with Unimap on IOS and Safari. If map provider is OSM or Yandex there is no problem.
If the selected map is Google maps as provider then zooming with touch simply not work.

Also code on   MainForm.Clientevents - WindowShow not help:

document.addEventListener('touchmove',
        function(e) {
            e.preventDefault();
        }, {passive:false});
             

It looks that Google mutant implementation to Unimap not fit for IOS, on Android is no problem.

Any idea how to solve this issue
here is running test case


https://track.si:85/otherProjects/iostest/isotestdll.dll

 

Br, Marko

D11

unigui: 1.90.0.1567

iostest.zip

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...