Mottie / Keyboard

Virtual Keyboard using jQuery ~

Home Page:http://mottie.github.io/Keyboard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

退格键 在谷歌浏览器无法正常显示

xgli8 opened this issue · comments

commented

自定义键盘{b} chrome浏览器显示为小尺寸

Hi @lixuguang001!

Use the display option to change the character - demo

display: {
  'b': '<:Backspace'
}

or use CSS to change the button style

.ui-keyboard-bksp {
  width: 80px;
  height: 80px;
}
commented

@Mottie 谢谢!已解决!