Hide Avatar File Input Text on iPadOS #163
jacobbrokaw
started this conversation in
Bug reports
Replies: 1 comment
-
|
I implemented this fix on my own branch and tested it on my iPad. The net result was just to add Please let me know if an issue may be opened for this. As far as I know, this is fixed! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On my iPad, I noticed the letter "n" always visible above the avatar in the profile settings and Campfire settings pages. After some testing, I found that it is the truncated text from the
<input type="file">element. Through DevTools, setting thevisibilityof the input element tohiddenproduced the desired result. The label element still lets the user tap/click the same area to open the file chooser.I plan to take a crack at implementing an actual fix in a fork.
I have only experienced this issue on my iPad Air (5th generation) running iPadOS 26.2.
Screenshots
Original issue
Testing a fix
After applying
visibility: hiddento the input element:Beta Was this translation helpful? Give feedback.
All reactions