djett41 / ionic-filter-bar

Filter Bar plugin for the Ionic Framework
MIT License
362 stars 112 forks source link

Ionic header bar is pushed down in android #52

Closed kianliang-iium closed 9 years ago

kianliang-iium commented 9 years ago

Thank you for the great plugin. However I have problem with android header bar being pushed down when input appears. By the way, it works perfectly in iOS.

ios

Works perfectly in iOS! The header is under the search bar.

android

Header is pushed down. The header is created using ion-header-bar in a ion-side-menu.

djett41 commented 9 years ago

Do you have a codepen of your HTML setup? If so I can take a look. Thanks!

kianliang-iium commented 9 years ago

I have managed to solved it by strictly using ion-header-bar in the ion-side-menu. This problem is caused by mixing ion-nav-view and ion-header-bar within the ion-side-menu

djett41 commented 9 years ago

Nice sounds good!!!! Glad you could figure it out