ionic-content-banner
ionic-content-banner copied to clipboard
An informational content banner for Ionic applications
If I turn on autoClose then the intervals do not run. Interval: 1000 autoClose: 3500
I have the ionic content banner in a side menu content view. And it throw error: TypeError: Cannot read property 'querySelector' of undefined It regard to this line of code:...
I have an issue in my app where if there are 2 errors happening at the same time then I get 2 banners overlapping each other and I can't see...
Can we provide `$ionicContentBanner.show()` with a callback function so that whenever the banner is clicked, it runs that function? This is very convenient to have if you're displaying a content...
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Workarround In CSS .platform-ios.platform-cordova .content-banner{ top: 64px; } 20px of the Native statusBar off the native application It works for me.
When I try displaying a rather long error message 'Your request could not be completed. Please try again later', the text is displayed on 2 lines but the content-banner is...
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...
Bugfix: getActiveView not working properly when using tabs with nested tab views
1. isShowClose option 2. added callback to options