this post was submitted on 31 Aug 2023
4 points (100.0% liked)
Shortcuts
1079 readers
1 users here now
Community dedicated to Apple Shortcuts.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Which menu, sorry? I’m not seeing a menu. In my browser window I’m seeing a Back button in the top-left, an Edit button in the top-right and the title of the doc in the top-middle.
It looks like mobile view forces it to render in
htmlView
mode which has limited functionality. If you browser has an option to render a page in desktop mode try that.Yep, tried that. On both Safari and Brave, all it seems to do is remove the 'Edit' button from the top-right corner.
Try cleaning up the URL then. It should look like
https://docs.google.com/spreadsheets/d/long-string-here/
. because it still shows you thehtmlView
after you enable the desktop mode.Thanks, that did the trick. A combination of removing
/mobilebasic
from the end of the URL and requesting the desktop version of the site opened the full document. Doesn't really work well on a mobile screen, but in the odd occasions where I need to update a document quickly and on-the-go, this will work. Thanks a lot!