techatspree / jquery-toastmessage-plugin

A JQuery plugin to 'toast' messages
Apache License 2.0
373 stars 127 forks source link

position and android 2.2 browser #13

Open drakkan opened 12 years ago

drakkan commented 12 years ago

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?

aaronbartell commented 12 years ago

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.

AaronBartell.com