top | item 43543594

(no title)

leonhard | 11 months ago

I really like the approach but the demo [0] doesn’t really work on iOS Safari (although might be my outdated 16.7.8 version). Scrolling doesn’t work, the layout and buttons have weird line breaks, the native search button is embedded in the custom designed one, leading to 2 icons…

[0] https://mpa.nuejs.org/app/

discuss

order

aziaziazi|11 months ago

Scrolling works now on iOS safari! That was a quick fix. Thanks to the author (and bug reporter!)

jeffhuys|11 months ago

Now do macOS Safari......

Timon3|11 months ago

The author is using a trick they've used in almost every past submission: They implement much less than the component they compare themselves to, and then show how much smaller their own solution is.

tipiirai|11 months ago

How is the SPA less than the button?

jampekka|11 months ago

Page height/vertical scrolling is also broken in both Chrome and Firefox on Android. On FF the comment box gets hidden under the menu bar.

Probably the page height gets forced with percentage or vh, which should be usually avoided. If forcing is wanted, svh or dvh should be used.