我想在我的网站上嵌入一个iphone /智能手机模拟器。我找到了这个:
https://github.com/rioleo/web-iphone-simulator
将文件添加到我的目录后,尝试嵌入它:
<div align="center"><iframe src="http://localhost:8080/iphone?url=mysite" width="540" height="900" frameborder="0"></iframe></div>
显示空白框,显示消息“服务器拒绝连接”。
导致问题的原因是什么,有没有人知道其他可以嵌入网站的免费模拟器?
答案 0 :(得分:0)
也许使用JS动态修改navigator.userAgent字符串?看看here。
答案 1 :(得分:-1)
你试过iphone.php吗?url = mysite而不是iphone?url = mysite ??