简体   繁体   English

用于防止 Google 幻灯片在触摸与单击时打开新标签的脚本

[英]Script to Prevent Google Slides from Opening New Tab When Touched vs. Clicked

I created a digital Pop It in Google Slides with about 120 slides, which is Published to the Web from the File menu.在 Google 幻灯片中创建了一个数字 Pop It ,其中包含大约 120 张幻灯片,从文件菜单中发布到 Web。 Each slide has a transparent image overlaying it that is linked to Next Slide.每张幻灯片都有一个覆盖它的透明图像,该图像链接到下一张幻灯片。 When the user clicks with their mouse on the transparent image, it proceeds to the next slide, and works as it is expected to.当用户用鼠标在透明图像上单击时,它会继续下一张幻灯片,并按预期工作。

However, when the user has a touch screen, and then presses on the screen to advance it to the next slide, it opens up a new tab and stays on the same slide, and does not advance to the next slide.但是,当用户有一个触摸屏,然后在屏幕上按下以将其前进到下一张幻灯片时,它会打开一个新选项卡并停留在同一张幻灯片上,并且不会前进到下一张幻灯片。

Does anyone know of a script that can turn this off so that if a user is pressing on the screen to advance the slide, it will actually work?有谁知道可以关闭它的脚本,这样如果用户在屏幕上按下以推进幻灯片,它实际上会起作用吗? Or is this a bug?或者这是一个错误?

Thanks for your help!谢谢你的帮助!

FYI: the slide may take a little while to load.仅供参考:加载幻灯片可能需要一点时间。

You can view the slide here .您可以在此处查看幻灯片。

I tested it out and apparently it might be a bug.我测试了它,显然它可能是一个错误。 I removed the transparent image with the link to the next slide and the issue is the same.我删除了带有下一张幻灯片链接的透明图像,问题是一样的。

I recommend you to report it on:我建议你报告它:

https://issuetracker.google.com/issues/new?component=191598&template=824111 https://issuetracker.google.com/issues/new?component=191598&template=824111

And describe the issue.并描述问题。

As a workaround, if you open the Google Slides app, it works as intended.作为一种解决方法,如果您打开 Google 幻灯片应用程序,它会按预期工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google 幻灯片:从 Apps 脚本中选择一张幻灯片 - Google Slides: Select a slide from Apps Script GOOGLE 幻灯片:防止用户使用键盘移动到下一张幻灯片 - GOOGLE SLIDES: Prevent User From Moving To The Next Slide Using The Keyboard 如何通过Google Apps脚本发布Google幻灯片演示文稿? - How to publish a Google Slides presentation from Google Apps Script? Google幻灯片:从Google Apps脚本创建多行段落 - Google Slides: Create a multiline paragraph from Google Apps Script 将图像链接到幻灯片 Google 幻灯片脚本 - Linking images to slides Google Slides script 尝试使用 App 脚本从表格中自动执行 Google 幻灯片演示。 运行脚本时遇到错误和不一致的结果 - Trying to automate a Google Slides presentation from Sheets using App Script. Experiencing an error and inconsistent results when I run the script 使用 API 将 Google 幻灯片中的一张幻灯片复制到新的演示文稿中 - Copy one slide from Google Slides into a new presentation using API 使用 Google Apps Script 和 Slides API 删除 Google Slides 中的笔记 - Remove notes in Google Slides using Google Apps Script and Slides API 使用 Google 幻灯片脚本中的文本搜索将形状链接到幻灯片 - Linking shapes to slides using text search in Google Slides script 如何使用 Google Apps Script 跳过 Google 幻灯片中的幻灯片? - How to skip slides in Google Slides with Google Apps Script?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM