I'm developing a small android mobile application with a tab based interface. One tab shows a Map and another tab will show search functionality.
I'm running into an annoying problem with the map, where if I pan left (swipe) on the map, it will go to the right tab, instead of actually panning the map.
I still want the tabs on the top to work the way they do, while disabling the 'swipe' from one tab contents to another.
Here is my main activity that hosts the tabs:
Here are the fragments populating the tabs:
http://msse-idroid-mobile.googlecode.com/svn/trunk/FinalProject/src/com/idroid/fragments/
Any ideas?