Jump to content

IOS touchmove and scroll


markokas

Recommended Posts

Hi all,

 

Any idea how to solve this issue.

I would like to use UnimMap and Scroll bottom panel. On Android and Windows is no problem, it works fine.

Problem is on Apple IOS. UnimMap  by default not work on touch.

If put this code on MainmForm.Clientevents - WindowShow also unimMap IOS start responding on touch.

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

But scroller stop working.

So I do not have any idea how to make that Map and scrollers will works both on IOS.

Thanks for nay ideas ..

Regards,

Marko

 

 

 

 

Unigui 1.90.0.1555, X11

10-12-2021 17-38-38.png

10-12-2021 17-45-16.png

Link to comment
Share on other sites

×
×
  • Create New...