We have been working to fix a number of issues that appeared in nb184 and the team would appreciate your help in testing the next version to ensure it fixes the issues identified. The test server is available here and the corresponding companion is here.
Key changes in this release (bold items need new companion):
Implement LegacyMode for File component for Android 10+
Implement a universal URL format for assets in WebViewer
Fix a crash in Web Put/Post methods when an error occurs
Make specific drop areas for projects, extensions, and assets
Exclude documentation files from Android Runtime (thanks @pavi2410)
Fix empty property descriptions causing bad documentation (thanks @sarthakhanda)
Do not allow projects in Trash to be opened
Ask to overwrite asset if it is added via drag and drop
Detect project name collisions when dragging and dropping a project file into App Inventor
Yes, but that's allowed. It's more useful if you were to drag an image, such as this one:
In the case of the URL you're dragging, you'll get App Inventor's index.html, which probably isn't all that useful in your project.
Edit: I guess we could make it so that URLs that don't have a filename get renamed to index.html. I think that's where the confusion primarily lies because right now you get the query string and location href.
Only if you're testing issues related to Android 10. Obviously, things should still be working on earlier versions of Android, but if they aren't let us know.
Ok. I'll look into that. Not sure why the drag from your computer isn't working though. What OS/browser combo are you using? It works for me using Chrome and Firefox on macOS.
Interesting. It's surprising to me that Chrome doesn't work on Linux but works fine on Windows and macOS, especially in light of the fact that Firefox does work.
Dragging images to the media folder seems to work OK on Chrome's Daddy, Chromium, on my Linux Version 84.0.4147.105 (Official Build) Built on Ubuntu , running on Ubuntu 18.04 (64-bit)
However, I needed to refresh the page view to get the correct filename and be able to view it from the media folder (but trying to use the image with the original filename works)
Also able to drag an image onto the Palette on the left, same requirements as above.
And prevent overwrite doesn't happen after a refresh
Dragging aia files to the Project list causes a download of the aia project. Nothing happens if dragged to the palette or designer screen.