Hi Team
I am using Image Picker Component. Image picker after picking i kept image picture to image picker selection.
Blocks:
The issue is after i grant permission app is crashing. Cannot able to select the picture on click on image picker only app crashes. Please see the video below
Video:
Click to view Video
Thanks
Nikhil Kumar
2 Likes
Yes, there are several issues:
Manifest of Companion :
On Android 12 :
1 Like
See also here:
Is there any reason why AI2 is redirecting the ImagePicker to the ASD for Android ≥ 10? @ewpatton Kodular (rightly) doesn’t do that (after the new Fenix update). Because even under targetSdkVersion = 30, the app still has unrestricted (read) access...
Reading time: 3 mins 🕑
Likes: 17 ❤
I would always prefer to use use the Activity Starter:
If you do not like it, you alternatively can use the activity starter... https://puravidaapps.com/snippets.php#2imagepicker Taifun Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by ...
1 Like
This bug should be fixed in the latest appzard release ( please make sure you update the companion as well ):
Bug Fixes
Fix Image Picker component crashing when clicked
Fix List Picker component crashing when opened
Fix ImageListView component not picking the correct path for images in the companion
You should now prefix assets names with // (ex.: "//image1.png") and it would work correctly on both companion and APK
Companion
The companion now targets API 33 (Android 13).
It was incorrectly targeting API 30 before.
Fixed errors when using some properties in the companion
Fixed Incorrectly decla…
Both of these bugs should be solved as well.
2 Likes
Hi Mohamed Tamer
My Appzard is Up to Date.
I have updated companion and it’s working in companion. But after exporting APK its not working in my mobile.
Android version : 12
Blocks
APK Video
Click to view video
Thanks
Nikhil Kumar
Thanks! We have fixed this bug
Bug Fixes
Fixed Image Picker component not working on Android 11+
Fixed Exists block in the File component failing to find assets on the companion
Fixed Compile Errors when using the Texting component
Fix MaterialTextbox component initializing with transparent text, hint and border color
New Blocks
New Events
Added EnterClick to the TextBox component.
[component_event (3)]
New Functions
Added SetCursorPosition to the TextBox component
[component_method (3)]
Added SetCursorAtEnd to t…
2 Likes