You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thanks for this awesome project: it makes exactly the right trade-offs from where I sit. kudos.
A suggestion: Having the ability to drag files out of a DeskGap window would be amazing. Electron implements this (https://www.electronjs.org/docs/tutorial/native-file-drag-drop), albeit somewhat clunkily: it requires you to specify an absolute path to the file as well as an icon; Passing a JS File type, or an ArrayBuffer (maybe even though dragEvent.dataTransfer.setData('fake-mime/type', Buffer)) would be even handier.
What do you think?
The text was updated successfully, but these errors were encountered:
This is a good suggestion. +1
As there is a "new" DeskGap currently in dev (a Rust-based version) this may be the place to add this type of enhancement. I'd also go for the idea of a user-suggested features list for this new version. There are a few custom features that could optional via "compiler flags" that would help many devs with enterprise requirements.
First off, thanks for this awesome project: it makes exactly the right trade-offs from where I sit. kudos.
A suggestion: Having the ability to drag files out of a DeskGap window would be amazing. Electron implements this (https://www.electronjs.org/docs/tutorial/native-file-drag-drop), albeit somewhat clunkily: it requires you to specify an absolute
path
to the file as well as anicon
; Passing a JSFile
type, or an ArrayBuffer (maybe even thoughdragEvent.dataTransfer.setData('fake-mime/type', Buffer)
) would be even handier.What do you think?
The text was updated successfully, but these errors were encountered: