怎么寫才能同時在iOS和安卓微信端同時正常使用 目前用的iframe 安卓端無法正常使用
需要加載的網頁https://m.dianping.com/hui/unicashier/loadUnicashier?shopUuid=H85r4l0ryWKTvpsr&cityId=1&orderBizType=10
代碼
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8'>
<meta id='viewport' name='viewport' content='width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no'>
<title>煲宮豬肚雞(長壽店)</title>
<style>
html,body,iframe{width: 100%;height: 100%;padding: 0;margin: 0}
#wrap{width: 100%;height: 100%;}
iframe{border: none;}
</style>
</head>
<body>
<div id='wrap'>
<iframe src='https://m.dianping.com/hui/unicashier/loadUnicashier?shopUuid=H85r4l0ryWKTvpsr&cityId=1&orderBizType=10'></iframe>
</div>
</body>
</html>
轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/111996.html
標籤:HTML(CSS)
上一篇:如何實作前端播放視頻流?
下一篇:防止頁面后退
