Hi Alex,
Greetings from Syncfusion support.
We checked your query. The reported issue occurs in the specific mobile device only and it is not occurs in the all the device when placing the control inside dialog component. To handle such scenarios, we have provided support to customize the opening of popup in the open event. Please refer the code snippet below
onOpen: function (args) {
args.popup.collision = { X: "flip", Y: "flip" };
args.popup.dataBind();
args.popup.refreshPosition(
this.$refs.dropDown.ej2Instances.element,
true
);
},
|
Please find the sample below.
Please check the above sample and get back to us if you need further assistance.
Regards,
Sevvandhi N