this post was submitted on 22 Jun 2023
539 points (98.6% liked)

Memes

45730 readers
1358 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
(page 2) 36 comments
sorted by: hot top controversial new old
[–] cabbagee@sopuli.xyz 3 points 1 year ago (3 children)

I know Sync is coming and there are rumors about Boost. Are there more?

[–] can@sh.itjust.works 3 points 1 year ago

Slide for reddit is officially making a lemmy app.

[–] MedicPigBabySaver@sopuli.xyz 1 points 1 year ago (1 children)

Hmm, thought i read that Boost dev said "no".

[–] pitninja@lemmy.ml 3 points 1 year ago

I think it's a "no for now", but Ruben has reserved a community over here just in case.

[–] Salamander467@lemmy.world 0 points 1 year ago

There's a post about Slide being developed too, which was always my favorite Reddit app.

[–] blazera@kbin.social 3 points 1 year ago (6 children)

Whys everyone obsessed with apps? Mobile browser works.

[–] LargeHardonCollider@lemmy.world 2 points 1 year ago (1 children)

The website definitely works, but it has weird issues with posts jumping around.

Also you can’t use gestures on the website, but you can on apps. Like swiping to comment/like, tapping to hide, etc). It just feels way smoother

load more comments (1 replies)
[–] Limitless_screaming@kbin.social 1 points 1 year ago (1 children)

it has some overflow problems, and doesn't look as good as a native app.

[–] blazera@kbin.social 0 points 1 year ago (1 children)

Whats an overflow problem?

[–] Limitless_screaming@kbin.social 2 points 1 year ago* (last edited 1 year ago) (1 children)

TL;DR: big elements cause annoying scroll-bars to appear.

My username is very big, so when I open this page on a mobile I get a horizontal scroll-bar for the entire page.

In CSS there's a property called overflow which lets you decide how you want elements that contain elements wider or taller than them to behave. So you can solve this problem by simply making that element itself scroll instead of the entire page by using overflow: scroll, or hide the child elements by using overflow: hidden;.

You can also solve these problems by dealing with the child elements for example: using the word-wrap property to allow word wrapping, using the hyphens property to break words with hyphens, or in this case use the HTML wbr tag to allow line breaking after every underscore, or even cut the longer words and append three dots to them; so my user name would look like this: "Limitless_s...".

[–] blazera@kbin.social 1 points 1 year ago

I havent seen any such thing on mobile browser here. Its taken screen space into account quite well.

load more comments (3 replies)
[–] frasassi@lemmy.world 3 points 1 year ago
[–] yamapikariya@lemmyfi.com 3 points 1 year ago

There's always a way!

[–] DannyMac@lemmy.world 2 points 1 year ago

TBH, the mobile experience isn't half bad

[–] JasonWeen@lemmy.world 2 points 1 year ago

I am actually working on one myself with. Net Maui blazor to be able to provide the same ui in browser and native on all mobiles and desktops (Mac, ios, Android, Windows,... With out Linux)

[–] hayek@feddit.de 2 points 1 year ago (1 children)

Maybe this is finally the chance to embrace the webapp.

It's a pretty good webapp

[–] fangleone2526@lemmy.fmhy.ml 1 points 1 year ago

thunder for ios is really nice sofar

load more comments
view more: ‹ prev next ›