Open mamaku30 opened 9 months ago
Same issue here, did you ever find a solution?
I had the same issue and was able to fix it by installing JDK 17 (instead of JDK 11) that I had.
Here's some instructions, but instead of temurin11, install temurin17
choco install -y temurin17
https://docs.nativescript.org/setup/windows#installing-a-jdk
I had the same issue and was able to fix it by installing JDK 17 (instead of JDK 11) that I had.
Here's some instructions, but instead of temurin11, install temurin17
choco install -y temurin17
https://docs.nativescript.org/setup/windows#installing-a-jdk
I have openjdk 17.0.12 2024-07-16
you must have fixed some other way, would you share code?
Hello,
I'm writing an application in nativescript vue where I need to pick an image on iOS Photo Library. For that I wanted to use the imagepicker plugin.
Authorization is working and I can select the pictures, but unfortunately as result I got that the uri is undefined. Here after my code :
It seems that the same issue is happing also on the demo available under : https://www.npmjs.com/package/@nativescript/imagepicker#demo -> https://stackblitz.com/edit/nativescript-vue3-beta-krjk9k?file=app%2Fcomponents%2FHome.vue,app%2Fapp.css
Can you support me on this issue?