0

I have been working on the DevExtreme component for SpeedDialAction, which works perfectively well on the computer browser. But as soon as I open the same application on a mobile browser it gives an error.

Here is the sample code -

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} />

The error I get is as follows - enter image description here

enter image description here

enter image description here

I have been searching a lot for the solution, but couldn't figure it out. It will be very helpful if you could give any direction to solve this problem.

Jeethesh Kotian
  • 154
  • 1
  • 10

0 Answers0