script-lab-2017 icon indicating copy to clipboard operation
script-lab-2017 copied to clipboard

Support iOS (iPad)

Open Zlatkovsky opened this issue 8 years ago • 1 comments

From an internal tester:

The basic functionality was working but I did notice some UI errors with padding and scrollbars. The top menu didn't always work well, I had to tap play a few times before it actually ran the code and export menu was very difficult to tap.

(For images contact me)

Zlatkovsky avatar Nov 22 '17 02:11 Zlatkovsky

Update: on further testing on an iPad, the padding & scrollbar issues do not seem to be there.

However, two blocking issues:

  • Two taps required to press menu items in the editor (not the runner). This is likely because the buttons in the editor are DIVs instead of link (a) elements. This should be fairly trivial to fix.
  • Like the latest version of Add-ins on Mac, importing external snippet or doing a heartbeat-based refresh fails. See https://github.com/OfficeDev/script-lab/issues/742. This one is the truly blocking one.

Zlatkovsky avatar Jan 28 '18 17:01 Zlatkovsky