TWorldSeries Pan and Zoom on Mobile
TWorldSeries Pan and Zoom on Mobile
Hi,
How can I get both zoom and pan to work on iOS or Android?
Thanks
How can I get both zoom and pan to work on iOS or Android?
Thanks
Re: TWorldSeries Pan and Zoom on Mobile
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TWorldSeries Pan and Zoom on Mobile
I have been unable to get gestures to work correctly with maps. Do you have an example. Why can't your internal methods work. Panning works fine, and zooming works fine if only one of them is enabled but if both are enabled only the zoom works on mobile devices.
Re: TWorldSeries Pan and Zoom on Mobile
Hello,
If you want to zoom by a pinch gesture, you'll need to implement gestures manually like in that application I suggested in the last post.
I'll try to do the same with a Map series to see if there's any problem with that.
Zoom works alone by drawing a rectangle, isn't it?
If you want to zoom by a pinch gesture, you'll need to implement gestures manually like in that application I suggested in the last post.
I'll try to do the same with a Map series to see if there's any problem with that.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TWorldSeries Pan and Zoom on Mobile
Hello,
Here it is:
Here it is:
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TWorldSeries Pan and Zoom on Mobile
Many thanks.
Re: TWorldSeries Pan and Zoom on Mobile
Couple of questions on this.
How can pannining past beginning end of axis be prevented?
How can zoom be prevented going too far in or out?
How can the aspect ratio be mainained when zooming?
Thanks.
How can pannining past beginning end of axis be prevented?
How can zoom be prevented going too far in or out?
How can the aspect ratio be mainained when zooming?
Thanks.
Re: TWorldSeries Pan and Zoom on Mobile
Hello,
You have to add extra logic to do all this at handlePan and handleZoom methods.
You have to add extra logic to do all this at handlePan and handleZoom methods.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TWorldSeries Pan and Zoom on Mobile
I more or less have this working as I want, except zooming lags on Android devices. Do you have any recommendations?
Re: TWorldSeries Pan and Zoom on Mobile
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |