Giter VIP home page Giter VIP logo

Comments (6)

n7best avatar n7best commented on August 17, 2024

@esseak 嗯 这两天给他们添加点东西 主要还在先完善文档 之后就会添加 谢谢建议

from n7-react-weui.

esseak avatar esseak commented on August 17, 2024

好像是ios9的问题 不确定 xcode里ios8的模拟器一直下不下来。android手机上正常

from n7-react-weui.

n7best avatar n7best commented on August 17, 2024

嗯 刚测试了下ios9 和9.2 是一个bug我测试一下

from n7-react-weui.

esseak avatar esseak commented on August 17, 2024

麻烦作者您有时间修复一下,无奈本人前端能力太弱,react更是新手,3个小时了 依然找不到解决方案

from n7-react-weui.

n7best avatar n7best commented on August 17, 2024

@esseak
原因是因为ios safari在部件没有touch事件的情况下是不会激活 :active. 可以给个别按钮添加ontouchstart或者整个文档,如下

给index.html的body添加 ontouchstart="" 像下面这样

<body style="background-color: #FBF9FE;" ontouchstart="">
  <div id="main"></div>
  <script src="bundle.js"></script>
</body>

会在下一个版本更新patch

from n7-react-weui.

esseak avatar esseak commented on August 17, 2024

好使!感谢 :D

from n7-react-weui.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.