djett41 / ionic-content-banner

An informational content banner for Ionic applications
MIT License
84 stars 25 forks source link

Content Banner hide under the Header on Ionic in IOS9 phonegap #36

Open imarkahann opened 7 years ago

imarkahann commented 7 years ago

Workarround

In CSS .platform-ios.platform-cordova .content-banner{ top: 64px; }

20px of the Native statusBar off the native application

It works for me.