Good morning (ok - in some timezones),
In an app of mine that's in development, I added the camera service, launch it through a click on the UI, it correctly brings up the photo gallery or camera based on parameters I set - however, when I run it on the device (IOS simulator or through the Appery simulator) after the user either takes a picture or clicks on an item from the gallery - it never comes back....
Am I missing something or is there a callback method I'm supposed to map to?
In the IOS simulator - Immediately after selecting the photo - this message dumps into the IOS simulator log:
Feb 4 09:13:03 74-80-237-105 assertiond[15860]: assertion failed: 14C109 12B411: assertiond + 11523 [3F572A0B-7E12-378D-AFEE-EA491BAF2C36]: 0x1
Feb 4 09:13:33 --- last message repeated 5 times ---
Should I use the navigator function calls directly ? or ??
thank you in advance!
Bruce