Page 1 of 1

Dragging text into a web form within the browser widget

Posted: Tue Jun 12, 2018 3:43 am
by MaxDangerMouse
Hi,

Does anyone know if it's possible to drag text from a livecode field into a web form that's being displayed inside a browser widget.

If that's not possible, is there anything else simple I could do so the user could copy over data from the application into the online form?

Thanks
Max

Re: Dragging text into a web form within the browser widget

Posted: Tue Jun 12, 2018 2:30 pm
by [-hh]
1. Copy/Paste-Desktop (cmd-c/v,ctrl-c/v): Yes.

2. Copy/Paste-Mobile (use system-clipboard): Yes, you may make a copy button.

3. Drag&Drop-Desktop:
Yes, if the webpage supports it (non-simple JS scripts or newer HTML5 support).

4. Drag&Drop-Mobile: Generally No (independent of LiveCode).