google speadsheet api onOpen does not work on mobi

2019-08-28 00:20发布

问题:

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?