I tried working on the onOpen code and it works on google chrome on macbook but when I use it on google chrome on mobile ios the onOpen it doesnt call.
function onOpen() {
Logger.log("OK")
}
Is there anyone api for mobile ios or other method to make onOpen works on mobile?