Files
cocos-engine/templates/wechatprogram/index.wxss
mmyduckx 097c3cead0 keyboard input support for wechat program (#14836)
* add keyboard input adapter for wechat program

* refine

* refine
2023-04-20 18:53:56 +08:00

14 lines
207 B
Plaintext
Executable File

/**app.wxss**/
#myCanvas {
height: 100%;
width: 100%;
position: absolute;
top: 0px;
bottom: 0px;
}
input {
color: transparent;
text-shadow: 0 0 0 #000;
opacity: 0;
}