Not sure if this is a bug. On my iPad for some websites, if I have the iPad ‘landscape’ and the navigation showing, it cuts off the right hand text. E.g. here is a bookmark of a site:
If I click the double arrow so it becomes full screen (hides the navigation) it displays correctly:
Is this due to a setting I have done in DTTG?
Probably flawed HTML delivered by the web site.
1 Like
Looks like poorly constructed responsive styling, not a DEVONthink To Go issue.
What’s the URL?
Check this out: What Is Two-Factor Authentication (2FA)? - Authy | Twilio
Their layout breaks when the browser window gets too narrow. “Too narrow” being something like 860 px on my screen, in general it seems to be defined as 48em.
Regardless: The OP should talk to authy. And they should feel embarrassed.
Definitely not responsive. Opened the link in Safari on my phone and…
Obviously the same view in DEVONthink To Go.
Don’t look at the CSS and HTML, if you want to preserve your sanity.
Perhaps marketing decided that nobody needs 2FA on mobile devices, so they don’t tell people using them what that is.
2 Likes
Thanks all. @chrillek I won’t look at the CSS or HTML as I am mad enough already.
Not a bug but bad web page - noted for the future.
Lol. Someone at least tried to design… a part of it? … for mobile…
But navigation doesn’t help much when you can’t read the content. (You can of course use reader mode, but still)
I couldn’t help it, you piqued my curiosity. It’s too funny that an article about 2FA – which most commonly involves a mobile app – is broken on mobile.
2 Likes
That code is disgusting: They inject HTML directly into the page. No createElement
, nothing. And they’ve never heard of querySelector
. What a mess.
3 Likes