I found the same issue and the only way I found to combat the problem is to move the tabs to the bottom. You can do this by adding the following to app.js:
.config(function ($ionicConfigProvider) {
$ionicConfigProvider.tabs.position("bottom");
})