0

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?

I have the following code but I get this error..

“Refused to display document because display forbidden by X-Frame-Options.”

1 Answers1

0

You can get some browser funcionalities with the cordova-plugin-inappbrowser or cordova-plugin-safariviewcontroller in iOS.

Check how the plugin works, maybe you need to fork it to add your own features.

Guillem Perez
  • 266
  • 2
  • 9