I am having troubles with ASViewPager when adding a MapFragment on one of its pages.
The Map does not respond correctly to the drag and pinch gestures. Seems that some of the events are get by the ASViewPager.
I have added panels, turned false scroll and anything makes difference.
I would like to know if there is an alternative that is cross platform (I need it for B4I in the same project) that eventually works with MapFragment and does the same effect of changing pages.
What's the best (recommended) way to create a viewpager in B4X (you know, where you can use your finger through swipe through pages from left to right and back, with small bullets as indicators). Is this a good one...
After reading the threads about wonderful WobbleMenu i'm trying to make it work with B4XPages. I am totally lost. Nothing seems to work correct. I have trouble showing the correct tab when i'm clicking it and trouble with back button of every B4XPage. Bellow i have a small demonstration project...
www.b4x.com
But you can modify or ask the author to have the option to disable ASViewPager's Customlistview gesture
If you can evaluate if the google map works with the TabstripViewPager, then I can create a B4A and B4I alternative.
based on
B4A:
TabstripViewPager
B4I:
iTabStrip or the normal scrollview
If you can evaluate if the google map works with the TabstripViewPager, then I can create a B4A and B4I alternative.
based on
B4A:
TabstripViewPager
B4I:
iTabStrip or the normal scrollview
The goal was to create a cross-platform viewpager based on existing viewpagers. Since AHViewPager and iTabstrip are very different, the view helps to create a unified interface. I spend a lot of time in creating views, some views i need by my self, but some views not and to create a high...