Open AgDude opened 8 years ago
Because the banner is currently inside of ion-content it can't be displayed over the top of a modal. probably needs to go into its own top-level container similar to how ionicLoading works.
ion-content
ionicLoading
Those two commits should do it: https://github.com/johnnyoin/ionic-content-banner/commit/88b0b8dc7cae253adb1ff7c849b06de34f7e8c64 https://github.com/johnnyoin/ionic-content-banner/commit/e1a4b8fb5a44a30382ad299f6a307be9b5f31368
Thanks. Any plan to add this to an updated version?
Because the banner is currently inside of
ion-content
it can't be displayed over the top of a modal. probably needs to go into its own top-level container similar to howionicLoading
works.