微信小程式input元件鍵盤遮住問題(或者modal裡面的input遮住) 微信小程式已經幫我們解決了,隻需要在input裡面添加cursor-spacing屬性即可 微信小程式input元件鍵盤遮住問題(或者modal裡面的input遮住) <input cursor-spacing="200" type="text" />