离子iframe src https不能工作

时间:2017-12-14 08:14:27

标签: javascript jquery html iframe ionic-framework

为什么URL地址以http开头 - 应用程序在手机上启动。如果URL地址以https开头,则应用程序无效。

let frame = $('<iframe src="http://2016.goldensite.ru/" ></iframe>');
let frame = $('<iframe src="https://www.youtube.com/embed/wyVM1evRxNw" allow-navigation href="*" ></iframe>');

在计算机上,该应用程序适用于httpshttp

0 个答案:

没有答案