search

Home  >  Q&A  >  body text

javascript - When input in the vue page gets focus, the input method pops up and the tabbar is on top. How to solve it?

phpcn_u1582phpcn_u15822778 days ago469

reply all(2)I'll reply

  • phpcn_u1582

    phpcn_u15822017-05-19 10:33:35

    Try adding z-index:-1 to the tabbar?
    Or change fixed to absolute when the soft keyboard pops up?

    reply
    0
  • 过去多啦不再A梦

    过去多啦不再A梦2017-05-19 10:33:35

    This is not a problem with vue, but a classic fixed pop-up problem where the small keyboard will disrupt the layout http://blog.csdn.net/kongjiea... I hope it will be helpful to you

    reply
    0
  • Cancelreply