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
I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
This issue only relates to a single bug. I will open new issues for any other problems.
Describe the bug
I'm not actually sure if this is one bug or two, so apologies if I'm wrong on that, but top part of a border layout has multiple issues on mobile web as far as I can tell. So far I've noticed:
a label doesn't appear
buttons aren't clickable
Let me know if I should split these out into two tickets!
How to reproduce
fyne serve
view on desktop web, notice you can see "Header" and click on the buttons to change to content
view on mobile web, notice that you cannot see "Header" nor click any buttons
It looks like this isn't related to any specific container/layout issue in Fyne, the problem is likely that the whole canvas is just shifted up a bit due to an issue with Fyne in my environment (android chrome). A few interesting points:
The buttons do actually work if I click below them by the amount that is missing from the top. So the map of what area should be clickable seems to be tracking correctly, but things are painted too high up
Testing on the latest commit of develop right now (0d08945) doesn't result in any change
Probably worth renaming this, but I'm not sure to what. Maybe something like "mobile web paints the canvas too high up in chrome android", or something to that effect.
hkparker
changed the title
Issues with BorderLayout on mobile web
mobile web paints the canvas too high up in chrome android
Jan 25, 2025
Checklist
Describe the bug
I'm not actually sure if this is one bug or two, so apologies if I'm wrong on that, but top part of a border layout has multiple issues on mobile web as far as I can tell. So far I've noticed:
Let me know if I should split these out into two tickets!
How to reproduce
fyne serve
view on desktop web, notice you can see "Header" and click on the buttons to change to content
view on mobile web, notice that you cannot see "Header" nor click any buttons
Screenshots
Example code
Fyne version
2.5.3
Go compiler version
go1.23.4 linux/amd64
Operating system and version
Arch Linux / Android 15 / Chrome
Additional Information
No response
The text was updated successfully, but these errors were encountered: