Samih
Samih
hi, anyone work on this for ionic4? as it seems this is for ionic 3 - tried style overrides mentioned here but it didn't work as expected for all aspects
I have the same issue, I still get the error but now all tests runs when I moved all specs (it) code above inner describes like so: describe(...,function(){ // it...
thanks cyberbobjr. this also works for popover using ngx-boostrap in my case.
[vision-llz](https://github.com/vision-llz) solution didn't solve it for me, hope someone help with this.
anyone has updates on this maybe ?
seems fixed on version 1.1.6 for me
Hi @ashishgkwd Thanks for the effort, any plan updating this to angular7 support?
@tpostaire thanks for the effort - me also waiting for this to be part merged
trying to use `display: none`, also faced this, onLoadEnd didn't get triggered. so switching to `opacity: ? 1 : 0` on my case.
this is critical bug I think specially for apps trying to get the APNS token (after this being a requirement) and the app is live already and has user logged...