I have a question related to my current proof of concepts. Is it possible to drag and drop a file (from assets) from a list in the right vertical arrangement to the left arrangement which is a webViewer component. the web viewer component can handle the drop of a file. This works and i can drop a file there when i use split screen on tablet. It means I drag a file from file browser and drop it in the webviewer. The split screen workaround is not comfortable so i would have a file list enabled for drag and drop within the app. Do you know if this is possible?
I am surprised that the webviewer will accept a file dragged and dropped from the file system without any enhancing extension (e.g. webviewextra or customwebview).
Where does the file "go" once it has been dropped ?
I have not seen anything like this on AppInventor previously, either because no-one else has done it, or it is just not possible (or quite possibly because I just don't remember! ).
i hvae an web viewer extension in use. I can build an example in the evening or tomorrow for which i can upload the aia. it is not possible for the one which i tested the drag and drop via the native android file browser but i it should be possible to build an anoymous example
after some research and experiments I meanwile have found a workaround. the logic i use in javascript is a final tool with a lot of logic (also includes web assembler / wasm). i think that it would be a hard job to implement it with native AI2 if it is possible at all