iOS Question MediaChooser - AllowsEditing as property

Alexander Stolte

Expert
Licensed User
Longtime User
Hello,

I use the MediaChooser library and noticed something when taking pictures:
Every time I have to leave out a part of the image because an editing page appears after taking a picture.

I have seen that when taking the picture, the AllowsEditing property is set to true.
Can this be done dynamically so that the developer can decide whether they want this or not?

I know I can change the library, but in 6 months there will be an update to the library and then I won't know anything about the change and I'll have a behavior in the app that I don't want again.

Thank you
Alex
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
The AllowsEditing is indeed enabled when the Camera object is used for capturing a photo or video and is disabled when selecting existing media.
For now you should use the source code if you want a different behavior. I'm not sure that it is worth making the public API more complicated to allow all options. Maybe...
 
Upvote 0
Top