search

Home  >  Q&A  >  body text

html5 - 长按手机屏幕出现一个div,还可以根据点按位置控制div的显示方式

web项目,我在做这种效果的时候,是监听zepto的e的位置,把p的位置放在手指的右上角,但是看到X宝,如果好像这种p的形状和位置有点关系,该如何控制呢。这个范围该如何把控呢?可能是自己对这个e的位置理解不够。求解答。

天蓬老师天蓬老师2823 days ago700

reply all(3)I'll reply

  • 阿神

    阿神2017-04-17 13:51:39

    zepto seems to have a long press event, and then use the position of e.client to determine the display orientation in that event function

    reply
    0
  • ringa_lee

    ringa_lee2017-04-17 13:51:39

    Don’t the touch events have attributes such as pageX and pageY? Position p based on these attributes

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 13:51:39

    Bind the event to a specific p, and then place the pop-up p

    according to the clicked position

    reply
    0
  • Cancelreply