请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

Ionic app 的外链打开,您说只能关闭,请问要用什么方法,关闭之后才能回到跳转外链之前的app页面,请您详细说明

正在回答 回答被采纳积分+3

1回答

Parry 2018-04-24 21:56:50

你打开外链不是在 app 内打开的吗?启动了一个 view 显示你的页面,关闭后不又回到之前的app页面了吗?还是我理解错误了?

0 回复 有任何疑惑可以回复我~
  • 提问者 承诺to #1
    是app内打开; 我启动了一个view显示外链,如果地址类似:http://www.qq.com/,那么ios和android都是正常的;但是地址是类似:
    http://t.cn/RutuOWy(这是http://maka.im自己制作的,复制的分享链接)浏览器就会报错:
    报错:
    The Content Security Policy directive 'script-src' contains 'object-src' as a source expression. Did you mean 'script-src ...; object-src...' (note the semicolon)?
    The source list for Content Security Policy directive 'script-src' contains an invalid source: ''none''. It will be ignored. Note that 'none' has no effect unless it is the only expression in the source list.
    关于html部分:
    <iframe  [src]="iframe" frameborder="0" width="100%" height="100%"></iframe>
    关于ts部分:
    let oLink="http://t.cn/RutuOWy";
     this.iframe = this.sanitizer.bypassSecurityTrustResourceUrl(oLink);
    回复 有任何疑惑可以回复我~ 2018-04-25 12:32:03
  • Parry 回复 提问者 承诺to #2
    那这个问题和关闭返回没关系吧,这是另一个问题?
    回复 有任何疑惑可以回复我~ 2018-04-25 21:35:27
  • 提问者 承诺to 回复 Parry #3
    开始我用的Themeable Browser关闭栏不显示;就是提问的这个关闭的情况;后来我用了iframe;想要实现外链关闭的效果; 就出现了上面的报错
    我的代码:关于html部分: <iframe [src]="iframe" frameborder="0" width="100%" height="100%"></iframe> 关于ts部分: let oLink="http://t.cn/RutuOWy"; this.iframe = this.sanitizer.bypassSecurityTrustResourceUrl(oLink);
    回复 有任何疑惑可以回复我~ 2018-04-26 13:40:48
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信