How to get scripts to work with phones and tablets

后端 未结 1 1195
无人共我
无人共我 2020-12-20 03:42

I\'m writing scripts for a google docs spreadsheet that run when cells are edited using the onEdit function.

So far it performs things beyond what spreadsheet functi

相关标签:
1条回答
  • 2020-12-20 04:14

    On edit triggers aren't fired when a row is edited in the mobile view. Clicking the link "Go to spreadsheet view" will open the full spreadsheet editor, where triggers will fire. There may be technical complications that make it impractical to have triggers work in the mobile view, but you can create feature request for it on the issue tracker.

    0 讨论(0)
提交回复
热议问题