Drew Rygh
Drew Rygh
`Toast.getView()` returns null on API Level 30+. As a temporary workaround, it's possible to add null checks before any calls that expect Toast.getView to return a View object. [This styling...
I put together minimal app that I'm able to reproduce this issue with: https://github.com/drewrygh/splashScreenApp
@janpio Thanks for the response, I'll try to set one up later today, and will post it here.
Sorry for the delay, I haven't yet been able to reproduce this yet in a plain Cordova app. I haven't played around with Cordova/plugin versions too extensively yet, nor the...
@hperrin bumping this with a related question. How are non-rich tooltips meant to clean up their hoisted body element, when the tooltip's containing component is destroyed? I'm seeing the destroy...
Hey @stbaby, there isn't support for vertical scroll at the moment. One possible solution would be to use ionic's [scroll container](http://ionicframework.com/docs/api/directive/ionScroll/). Is this what you're looking for?
If there was enough interest, I'd think about adding vertical scrolling. This would be different from ionic's scroll container in that it would create a grid of cards. Swiping horizontally...
Hey Adha - just responded to your email. Any chance you could throw your code into a [codepen](http://codepen.io/)? Also, what browser/mobile OS are you running into this problem on?
Thanks for putting this together. I ran into this issue as well, and can confirm that it fixes it.