Software Archive
Read-only legacy content
17061 Discussions

Avoid saving cache / cookies

Eduardo_A_
Beginner
265 Views

Hello guys,
My application developed in Intel XDK has several iframes.
I noticed that the size of the app increases as I access this iframes. What can I do to prevent this?

0 Kudos
4 Replies
PaulF_IntelCorp
Employee
265 Views

iframes are generally hard to work with in a mobile app. Double-check your <meta viewport> tag to be sure it is configured properly. If you are trying to open external pages inside of an iframe, I recommend you use inAppBrowser, instead.

0 Kudos
Eduardo_A_
Beginner
265 Views

Hello Paul.

Can you help me how I configure the meta viewport?

0 Kudos
PaulF_IntelCorp
Employee
265 Views

See the index.html file inside the "hello cordova" sample, it contains examples and links to reference documentation.

0 Kudos
Eduardo_A_
Beginner
265 Views

Hello Paul!

Thanks for your support!

I'm using inAppBrowser, but I have a doubt: Is it possible to open a url inside page/sub-page of project?
Is there a exemple with this application?

Regards!

0 Kudos
Reply