Pyro to VoyagerEnglish • 1 year ago[Bug] Tapping on images will instantly scroll downvoid.catmessage-square4arrow-up118arrow-down12file-text
arrow-up116arrow-down1play[Bug] Tapping on images will instantly scroll downvoid.catPyro to VoyagerEnglish • 1 year agomessage-square4file-text
minus-square@aehardingMlinkEnglish4•edit-21 year agoThis is an Android-only Ionic bug that can be tracked here: https://github.com/ionic-team/ionic-framework/issues/21982
minus-squarePyroOPlinkEnglish1•edit-21 year agoThere appears to be a workaround in that thread: To force ion-input to not steal focus, Set ion-button with attribute tabIndex=“1”, Set ion-input with attribute tabIndex=“2” setValue(e.detail.value)} /> setValue("foo")}>foo As a side effect, the ion-button will take on a border when focused. Add to css to remove the border. ion-button:focus{ outline: none; } Though I’m not entirely sure how this would work with the dynamic nature of a Lemmy feed.
minus-square@aehardingMlinkEnglish2•1 year agoThanks, I looked into that but I couldn’t get it working unfortunately. PRs welcome. :) Otherwise Ionic peeps know about this and it will be addressed, just a matter of timing.
This is an Android-only Ionic bug that can be tracked here: https://github.com/ionic-team/ionic-framework/issues/21982
There appears to be a workaround in that thread:
Though I’m not entirely sure how this would work with the dynamic nature of a Lemmy feed.
Thanks, I looked into that but I couldn’t get it working unfortunately. PRs welcome. :) Otherwise Ionic peeps know about this and it will be addressed, just a matter of timing.