如何使iframe输出由移动版本加载的html页面。那个html页面是被动的web页面

如何使iframe输出由移动版本加载的html页面。那个html页面是被动的web页面,html,iframe,web,ionic-framework,Html,Iframe,Web,Ionic Framework,此代码显示pc版本的网页 所以我想加载移动版本页面 该页面没有其他移动网页 这是一个反应性的网络 请给我一个好答案。如果您通过用户代理检测到移动设备,您必须将一些参数传递到iframe并在服务器端进行检查 如果您有响应web,那么您必须修复css代码 @media all and (max-width: 699px) { /* your css code for this devide width */ }

此代码显示pc版本的网页 所以我想加载移动版本页面 该页面没有其他移动网页 这是一个反应性的网络
请给我一个好答案。

如果您通过用户代理检测到移动设备,您必须将一些参数传递到iframe
并在服务器端进行检查

如果您有响应web,那么您必须修复css代码

@media all and (max-width: 699px) {
  /* your css code for this devide width */
}