I've looked through several of the "possible duplicate" questions and didn't find exactly what I was looking for so I thought I'd ask.
I have an App Script that adds a menu item in order to perform a specific function. The menu, of course, shows and works as expected on my desktop google sheets but does not show menu items at all on my iPad in the Sheets app. I can try to run the sheet on the iPad in desktop mode but that is manual and clunky.
Are any of these options possible?
- Some way to have the menu items show in the iPad sheets app?
- Some way to detect if I'm running in the sheets app in which case, I can take a different action in my onOpen trigger?
- Force the app to run in desktop mode always?
I'm thinking the answer is no to at least the first 2 of these but wanted to ask anyway.