在移动浏览器上打开时,DevExtreme的SpeedDialAction反应组件问题

问题描述

我一直在研究SpeedDialAction的DevExtreme组件,该组件在计算机浏览器上可以很好地工作。但是,只要我在移动浏览器上打开相同的应用程序,就会出现错误。

这是示例代码-

import { SpeedDialAction } from 'devextreme-react/speed-dial-action';    

<SpeedDialAction
   icon="add"
   className={"dx-swatch-primary"}
   position={{ at: "right bottom",my: "right bottom",offset: "-26 -76" }}
   index={1}
   onClick={this.addRow} />

我得到的错误如下-

enter image description here

enter image description here

enter image description here

我一直在寻找解决方案,但无法解决。如果您能提出任何解决此问题的指导,将会非常有帮助。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...