- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
单击指向新页面的链接后,从用户的角度来看,没有任何 react 。控制台打印出如下错误:
Unsafe JavaScript attempt to initiate navigation for frame with origin'https://sites.google.com' from frame with URL'https://n-frzjyfhgihna65vdvol2wbbsyjjlfhey2xruiny-0lu-script.googleusercontent.com/userCodeAppPanel'.The frame attempting navigation of the top-level window is sandboxed,but the flag of 'allow-top-navigation' or'allow-top-navigation-by-user-activation' is not set.
最佳答案
查看您的代码会有所帮助,但我想我知道您指的是什么。我遇到了同样的问题,你可以在我的博客文章中看到我是如何实现它的 - https://script.gs/password-protected-web-app/ (我从用户那里输入文本并以编程方式重新加载页面)
这就是 Code.gs
所需要的文件:
function webAppURL(linkAddr) {
var linkAddr = ScriptApp.getService().getUrl()
return linkAddr
}
*.html
页:
<script>
function reload() {
var linkAddr
google.script.run.withSuccessHandler(function(value) {
window.open(value, '_top');
}).webAppURL(linkAddr);
}
</script>
关于google-apps-script - 如何使用嵌入在 Google 协作平台中的网络应用链接到另一个页面?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57949796/
我正在开发一个 voip 调用应用程序。我需要做的是在接到来电时将 Activity 带到前台。我在应用程序中使用 Twilio,并在收到推送消息时开始调用。 问题是我试图在接到任何电话时显示 Act
我是一名优秀的程序员,十分优秀!