![]() ![]() ![]() ![]() |
|||||
|
|||||
樓主 Mok Aki ![]()
![]() |
如何設定IFRAM 顯示外部網站? index.html <iframe name="frame" src="https://www.blueshop.com.tw" frameborder="0" style="overflow:hidden;overflow-x:hidden;overflow-y:hidden;height:100%;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px"> </iframe> config.xml <content src="index.html" /> <access origin="*" /> <allow-intent href="http://*/*" /> <allow-intent href="https://*/*" /> <allow-intent href="tel:*" /> <allow-intent href="sms:*" /> <allow-intent href="mailto:*" /> <allow-intent href="geo:*" /> 但出來效果是沒有顯示iframe 一片空白 試過很多不同網站都不行 請問要如何寫作會顯示?? |