Ionic iOS iframe white screen

Source: Internet
Author: User

Before encountering a problem:

White screen issue with IFrame below iOS

Android below Normal

The reason is that iOS has restrictions on opening external pages to apps that require cancellation restrictions

Workaround

1. Confirm Add whitelist Plugin

2. Add the

<pluginname= "Cordova-plugin-whitelist"Source= "NPM"Spec= "1.1.0" /><allow-navigationhref="*" /><allow-intenthref="*" /><AccessOrigin="*" />

3. Add the following code to the index.html

<meta http-equiv= "Content-security-policy"          Content= "default-src *;                   STYLE-SRC * ' self ' unsafe-inline ' unsafe-eval ';                   SCRIPT-SRC * ' self ' unsafe-inline ' unsafe-eval '; >

Reference address

http://stackoverflow.com/questions/36318185/ How-can-i-allow-a-cordova-6-1-app-to-embed-an-iframe-in-ios-from-a-website?answertab=active#tab-top

Ionic iOS iframe white screen

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.