I have a somewhat large project that I've mostly been testing in the Simulator. This project uses AS ViewPager, and the different pages in the pager contains webviews.
In the Simulator all works great, there are no problems swiping sideways in any direction. But when I now tried it on a real device I'm having problems swiping from the right to the left. There is a small strip on my screen that isn't covered by the webview, and when I swipe there, I have no problem going from right to left, so I know the pager actually works. For some unknown reason the pager works fine swiping from left to right, without using the small strip.
As best I can tell, there's not even an event generated for xclv_main_ScrollChanged when going from right to left (there is in the other direction). Which to me seems to indicate that the webview is consuming the event. Why it only does it in one direction I couldn't say.
Before I go down the rabbit hole to try to debug and solve this, I just want to check: Is there a known issue on iOS between webviews and AS ViewPager? (And why does it work fine in one direction, and not the other?)
In the Simulator all works great, there are no problems swiping sideways in any direction. But when I now tried it on a real device I'm having problems swiping from the right to the left. There is a small strip on my screen that isn't covered by the webview, and when I swipe there, I have no problem going from right to left, so I know the pager actually works. For some unknown reason the pager works fine swiping from left to right, without using the small strip.
As best I can tell, there's not even an event generated for xclv_main_ScrollChanged when going from right to left (there is in the other direction). Which to me seems to indicate that the webview is consuming the event. Why it only does it in one direction I couldn't say.
Before I go down the rabbit hole to try to debug and solve this, I just want to check: Is there a known issue on iOS between webviews and AS ViewPager? (And why does it work fine in one direction, and not the other?)