In AddPhotoPage.qml, function resizeImage() at 199 row,
var fileInfo = AppFramework.fileInfo(path);
if (!fileInfo.exists) { ...
this returns: qml: Image not found: file:///C:/Users/someuser/ArcGIS/AppStudio/Data/Pictures/IMG_1659523701346.jpg,
but the image exists, and (path) is valid. Further no resizeImage occurs, so when you make photos from the camera, they are not resized.
Tested on windows and android...
Please let me know how to fix it,
Regards!