Try adding z-index:-1 to the tabbar? Or change fixed to absolute when the soft keyboard pops up?
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
Try adding z-index:-1 to the tabbar?
Or change fixed to absolute when the soft keyboard pops up?
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