扫码关注官方订阅号
有很多大神知道手机端页面能够双击放大的功能,现在我需要实现手机端页面拉伸放大(手指左右或者上下拉伸),页面放大,如何实现?或者有什么好用的框架?
走同样的路,发现不同的人生
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css"> <script src="http://code.jquery.com/jquery-1.8.3.min.js"></script> <script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script> <p id="scalablep" user-scalable="yes"></p>
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
走同样的路,发现不同的人生