You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the toast notification works really fine in firefox and desktop browsers in general, however on android browser if I set
position : 'top-right'
and scroll down the page the notification appear in the upper part of the page and is not visible. Please note that this happen with android 2.2 browser but not with firefox on desktop, any css/javascript magic to solve this?
The text was updated successfully, but these errors were encountered:
I am also having this issue on both Android LG Revolution and Android Kindle Fire.
One thought I had is it could have to do with the fact that I have a dynamically loaded list on my page and maybe the mobile browser isn't recognizing the new size (height) of the HTML? This thought came to mind when I tried the "bottom-center" mod that another person made in the forks for toastmessage.
Hi,
the toast notification works really fine in firefox and desktop browsers in general, however on android browser if I set
position : 'top-right'
and scroll down the page the notification appear in the upper part of the page and is not visible. Please note that this happen with android 2.2 browser but not with firefox on desktop, any css/javascript magic to solve this?
The text was updated successfully, but these errors were encountered: