angular.js - angularjs移动端项目需要引入外部的PC网页,iframe宽高设定100%,显示的内容依然是PC那种效果,不是缩放成适配屏
世界只因有你
世界只因有你 2017-05-15 17:10:09
0
1
603
 <iframe ng-src="{{banner}}" frameborder="0" width="100%" height="100%"></iframe>

显示出来的结果这样

请问用iframe能否达到缩放适应屏幕的效果,或者有没有其他办法能解决?

世界只因有你
世界只因有你

reply all(1)
某草草

iframe has many pitfalls~

If the page you introduce has a minimum width of 500px, you will be confused~

The imported page must be compatible with the mobile version

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template