dillo icon indicating copy to clipboard operation
dillo copied to clipboard

Bottom line hidden in blender.community on iPad

Open jpatrickburns opened this issue 3 years ago • 6 comments

Like it says. Scrolling to the bottom of blender.community forums, I cannot access the “load more” button. I can see it when I pull downwards, but letting go of pull results in button ending up below screen.

I’d include a video, but this form won’t allow for a video that large.

jpatrickburns avatar Aug 03 '21 19:08 jpatrickburns

I think I know what you mean, the scroll area doesn't take into account the automatic-hide of the top/bottom buttons of the browser.

I spent so much time trying to fix this, Safari does one thing and Chrome does another. I ended up hardcoding the scroll area in pixels and still doesn't work.

I would appreciate any help on this if any web developer is reading.

venomgfx avatar Aug 04 '21 13:08 venomgfx

Hmmm…

So when you say, hard coding, do you mean with absolute values? Like pixels?

Have you tried viewport values? Like making the whole content occupy something like 95vh? Or putting the button in a static element stuck to the bottom of the screen? Or give it a relative position, measured from the bottom?

By the way, I’m a big fan of blender today on YouTube. Has been fun pandemic viewing. Trying to visit the Netherlands, but may not actually get to go until the fall because of infection increase in the Netherlands.

Take care.

James Burns More of a dilettante than a web developer

On Aug 4, 2021, at 9:08 AM, Pablo Vazquez @.***> wrote:

I would appreciate any help on this if any web developer is reading.

jpatrickburns avatar Aug 04 '21 13:08 jpatrickburns

Hmmm… So when you say, hard coding, do you mean with absolute values? Like pixels?

Yes. Tried hardcoding the whole thing to pixels and it didn't work. Then calculating 100vh - pixels also didnt' work.

The main issue is that it's very hard for me to test without a Mac + iOS device connected to inspect stuff. Every time I wanted to test in the iPad I had to deploy the entire site which you can imagine is a bit slow :D It'll have to wait until I get a hold of a Mac or someone with both Mac+iPad or iPhone can inspect and find the exact settings for those damn divs.

By the way, I’m a big fan of blender today on YouTube. Has been fun pandemic viewing. Trying to visit the Netherlands

Thanks! Happy to hear Blender Today kept you company through these weird times.

Cheers, Pablo

venomgfx avatar Aug 31 '21 13:08 venomgfx

Pablo:

This may be too obvious, but did you try just a vertical height, without doing a calc()? Like height: 98vh? The calc statement seemed so elaborate… I tend to try to simplify when I run into a design problem.

I tried to hook up my iPad to troubleshoot the css (in Safari), but was getting weird results… not the CSS but references to the original source python stuff.

Like I said… bijzonder.

Maybe I’ll give it another try today.

James Burns jamesburnsdesign.com

On Aug 31, 2021, at 9:30 AM, Pablo Vazquez @.***> wrote:

Yes. Tried hardcoding the whole thing to pixels and it didn't work. Then calculating 100vh - pixels also didnt' work.

jpatrickburns avatar Aug 31 '21 13:08 jpatrickburns

Thanks for trying! For the next time you've got a moment to spare, maybe follow this tutorial on how to enable the Web Inspector (the first step Method 1: Debug using the Web Inspector feature on iPhones or iPads). More info on Apple's website.

venomgfx avatar Aug 31 '21 17:08 venomgfx

Yeah… I kinda know the process, but part of the problem for debugging in my setup has to do with me running older OS on my iMac (High Sierra). I have been avoiding upgrading because of all the software that will break (most notably my CS6 software).

So my up-to-date iPad and my older iMac aren’t always talking to each other properly, apparently, and I can’t install later versions of safari, which require later OSes.

I swear I had it working once, but cannot get my iPad to show up on the development menu. Oh, well.

James Burns jamesburnsdesign.com

On Aug 31, 2021, at 1:39 PM, Pablo Vazquez @.***> wrote:

For the next time you've got a moment to spare, maybe follow this tutorial on how to enable the Web Inspector (the first step Method 1: Debug using the Web Inspector feature on iPhones or iPads)

jpatrickburns avatar Aug 31 '21 18:08 jpatrickburns