Hi all,
When i show Toast for a popup alarm, focus ion input will be lost. The ion input is different tab with show toast place.
How can i fix this issue?
Thanks a lot.
Hi all,
When i show Toast for a popup alarm, focus ion input will be lost. The ion input is different tab with show toast place.
How can i fix this issue?
Thanks a lot.
Hey!
Had same problem. Just turn into comment “activeElement.blur();” line in node_modules/ionic-angular/components/toast/toast-component.js
AndrewB,
it worked, Thank you very much!