<canvas style="width:{{width}}; height: {{height}};" canvas-id="firstCanvas">
<cover-view class="button_full" bindtap="saveIMG" style='position: fixed; height:50px; padding:0px; line-height:50px; text-align:center; bottom:0px; color:#FFF;'>保存图片</cover-view>
</canvas>
页面布局如上,当安卓虚拟按键显示时正常;但是收起之后,保存图片按钮布局改变,请问这个是什么问题?