This will solve the problem for Android devices but will then also add unwanted spacing for ios as well - is it possible to only set has-tabs-top for android devices?
UPDATE: I think I solved it. After adding a ng-controller on a parent element (like ion-pane) and defining the scope (like this:
Encountered the same issue: fixed it by adding a header bar to each tab, it will not be visible as overriden by the main app header bar, but it will nicely fix the issue both under iOS and Android.
Has anyone found a better solution to this? Using SASS and modifying each individual content tag seems like a lot of trouble for something that shouldn’t happen in the first place, and using a controller just to apply platform specific CSS seems like a hack. Is this a bug that’s being worked on, or desired behavior?