redditbooru / reddit-booru

An aggregator that takes images from various subreddits and wraps a nice interface around them with advanced search features.
55 stars 10 forks source link

Image search results don't load on mobile #48

Open ys-chung opened 6 years ago

ys-chung commented 6 years ago

Is this viewport size dependent? Seems like on mobile the image search results just show the given image and the "seems like have been posted on ..." box, and the rest of the results don't load at all, when inspected I found they are not even created in DOM.

dxprog commented 6 years ago

I think I might be more curious how you got search on mobile in general. Because I haven't designed a good experience for mobile beyond browsing, that's actually been hidden. I'll keep this bug around to make sure this gets resolved when mobile search/upload does become a thing, though.

ys-chung commented 6 years ago

Since iOS 12 came out, I wrote my own Siri Shortcut (video of it working) for RB image search for Twitter so I can search + post to Reddit entirely on my phone.

Since RB doesn't have a Safari extension, a while ago I also wrote my own RB image search extension (as Safari App Extension) because I use Safari to browse most of the time.

dxprog commented 6 years ago

Well, that's neat! I suppose making a mobile friendly version of the search results page wouldn't be too difficult versus the whole search experience. I'll look into designing something up.