Closed rybandrei2014 closed 4 years ago
Thanks for the issue! This issue appears to be a support request. We use this issue tracker exclusively for bug reports and feature requests. Please use our forum or our slack channel for questions about the framework.
Thank you for using Ionic!
Support Question
I don't know whether I have to report it as a bug or not... I am developing an angular/ionic5 app to work with map data. I am using ArcGIS JS API. Overall structure of my home page looks like that
where app-map is a component with div which is populated by ArcGIS JS API, and is structured as follows:
the resulting generated map component DOM looks like that:
The issue i'm facing is that swiping in vertical direction on Android doesn't move the map... On IOS it works perfectly. On Android moving map is only possible by dragging it but only in horizontal direction. Is it possible to move the map similarly on android as on IOS.
IOS:
Android:
Please help, I spent almost 3 days on the issue, and couldn't find any solution... Thank you in advance.