Hi,
I wanted to implement the drag and drop functionality in uihtml and connect it to the matlab app. The html page is valid and working but when its loaded to the uihtml control the drag and drop functionality is not working
Is it actually supported and if yes, do I miss any configuration?
I was using this file as an example
regards

3 comentarios

Austin Decker
Austin Decker el 18 de Feb. de 2022
I attempted this as well. Could not get the 'dragover' event to work. Seems uifigure may lock out this action in some way. I've been able to get all other mouse action events to work however. Wish there was a section in uihtml doc that included all the limitations.
Martin Höjer
Martin Höjer el 31 de En. de 2023
I have the same issue. I can get "dragstart" and "dragend" event to fire but not "dragover" "dragenter" or "drop" that are eventlisteners for the "drop-zones".
Anton Kogios
Anton Kogios el 28 de Jun. de 2023
Did anyone figure out a solution to this problem?
I am new to HTML/JavaScript, but does anyone know if this changes anything (it's mentioned in the uihtml documentation):

Iniciar sesión para comentar.

 Respuesta aceptada

Rahul
Rahul el 9 de Jun. de 2025

0 votos

I understand that you wish to implement a drag and drop functionality with 'uihtml'. However, according to the limitations mentioned in the documentation for 'uihtml', it mentions: "Content cannot overflow the bounds of the HTML UI component".
Additionally I have observed that while this functionality is not able to be implemented in MATLAB Desktop, however implementing it using MATLAB online is a workaround in this case.
The following MathWorks documentation can be referred:
Thanks.

Más respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Centro de ayuda y File Exchange.

Productos

Versión

R2019b

Etiquetas

Preguntada:

el 10 de Jun. de 2020

Respondida:

el 9 de Jun. de 2025

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by