bugs

Ender [1]
Administrator
2025-06-13 13:02:51 🔗
[11 days ago]

As reported here, long holding on a buff icon to open the details popup sometimes does not work. This was reported on Pixel 7a / Android 15.

I actually noticed this myself too the other day, but then later I tried again and long press did work, so I assumed I was just mistaken before. This was on Pixel 8 / Android 16.

Now that someone else has reported it (and commented "sometimes"), it seems there is some sort of bug after all. Please reply to this bug thread if you've observed this as well. If you have any details about the conditions under which it happens, that would help a lot too. Right now I am not able to reproduce the bug, which makes fixing it challenging.


 
Sinister Shadows [401]
2025-06-13 13:09:04 🔗
[11 days ago]

It occasionally occurs for me on my Asus ROG Flow Z13. Typically occurs when I move to an inactive browser. So when I don't have the specific browser active, then try to long press the buff, it won't popup. Usually requires me to click in the browser to get the popup to work. Also have issues when the buff is under 10 and blinking. Long pressing acts up a lot during that time as well.


 
Sinister Shadows [401]
2025-06-13 13:13:37 🔗
[11 days ago]

Also wondered if adding a screen size variable would help me with my issue of not having the "PC" setup? Is there an option to make touch screen popup box only for under 10" screens?


 
Ender [1]
Administrator
2025-06-15 09:57:40 🔗
[9 days ago]

Thanks for the additional report.

Typically occurs when I move to an inactive browser.

Interesting - I'll see if I can reproduce this by leaving a tab open on my phone for awhile and checking it later. So far, I haven't been able to reproduce this issue at all (let alone reliably).

Also have issues when the buff is under 10 and blinking. Long pressing acts up a lot during that time as well.

I can't think of any reason why the long hold issue would be worse during this time, so let's see if fixing the overall long hold issue takes care of whatever you're observing with this.

Is there an option to make touch screen popup box only for under 10" screens?

The code basically detects the "capabilities" of your device to determine whether to treat you as desktop or mobile. If it's treating you as mobile, you might be able to get it to treat you as desktop by using something like Chrome's "desktop site" option. I haven't tested though.