Skip to content
#

stisla

Here are 24 public repositories matching this topic...

kamiFaka
francolamcn
francolamcn commented Jan 18, 2022
  1. ios端,点击数量或者输入邮箱时,会放大,会出现难看的滚动条~

  2. 解决方法,input的字体,调为16px,然后添加和Js,我自己调整的如下:

<script> // 禁用缩放   function addMeta() {   $('head').append('');} setTimeout(addMeta, 3000);   // 禁用双指放大   document.documentElement.addEventListener('touchstart', function (event) {  
bug good first issue question

Improve this page

Add a description, image, and links to the stisla topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stisla topic, visit your repo's landing page and select "manage topics."

Learn more