Sabjan Raghupati
Sabjan Raghupati

Reputation: 13

Iframe on cordova app not working

I am trying to create a hybrid app with an iframe. The frames are showing in web but in app, the frames did not load.

Should I be using a specific plugin?

Upvotes: 1

Views: 4030

Answers (1)

Surya Krishy
Surya Krishy

Reputation: 170

you have to white list the navigation inside the frame.

add this to your config.xml

<allow-navigation href="urls you navigate" />

Upvotes: 5

Related Questions