Maxeeezy
Maxeeezy
I face the same out-of-position problem. When I try to implement it like @daljeetv I get an error `Unable to find draggable element with id: X` when clicking the item...
Hey Danny, thank you so much! Holen Sie sich Outlook für Android ________________________________ From: ducktor Sent: Sunday, January 31, 2021 7:35:36 PM To: atlassian/react-beautiful-dnd Cc: Maxeeezy ; Comment Subject: Re:...
[This worked for me as it is still not fixed for property binding.](https://github.com/ProgressNS/nativescript-ui-feedback/issues/380#issuecomment-1177893817)
For me its working on the physical device with the mediafilepicker now. "@angular/core": "^12.2.0", "nativescript-mediafilepicker": "^4.0.2", "@nativescript/core": "^8.3.1", AndroidManifest.xml: android:requestLegacyExternalStorage="true"
I face the same issue. However, the init() calling before uploading multipart still gives me the same error... Where are you calling the init? main.ts still?
From the Stackoverflow comment: we only need to ask for READ and WRITE Permission on Android API lower or equal 29. However, still I get rejected without a popup opening...
I solved this by setting the Android Manifest: ` ` until 32 it would prompt and ask for permission now. I tested from 32 down to 29, backward compatibility is...
> I had a similar issue, probably not related to the one of @zalper but with the same error message so I'll leave the solution here for anyone having the...
In my case (dockerizing a rails app) I had to delete` tmp/db` folder and rerun `docker-compose up` for me to solve the issue.