简体   繁体   English

可以使用Ionic创建Web浏览器应用程序吗?

[英]Can a web browser app be created with Ionic?

Is it possible to create a web browser app similar to ( https://itunes.apple.com/us/app/cake-web-browser/id1163553130?mt=8 ) using Ionic? 是否可以使用Ionic创建类似于( https://itunes.apple.com/us/app/cake-web-browser/id1163553130?mt=8 )的Web浏览器应用程序?

I have the following code but I get this error.. 我有以下代码,但出现此错误。

“Refused to display document because display forbidden by X-Frame-Options.” “拒绝显示文档,因为X-Frame-Options禁止显示。”

You can get some browser funcionalities with the cordova-plugin-inappbrowser or cordova-plugin-safariviewcontroller in iOS. 您可以使用iOS中的cordova-plugin-inappbrowsercordova-plugin-safariviewcontroller获得一些浏览器功能。

Check how the plugin works, maybe you need to fork it to add your own features. 检查插件的工作方式,也许您需要添加它才能添加自己的功能。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM