Hi everyone,
The function native.showAlert( ) does return a handle and we can cancel the popup alert with native.cancelAlert(handle). Can we do the same with media.CapturePhoto() and media.selectPhoto() ? I got into a problem when my app resumes from background (system event.Type == “applicationOpen”), the screen to capture photo and select photo from album are still there. So my question is how do you programmatically dismiss /cancel media.CapturePhoto() and media.selectPhoto() ? Thank you.