[TIMOB-13071] iOS: Ti.Media.openPhotoGallery not working consistently in Camera overlay view
| GitHub Issue | n/a |
| Type | Bug |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 3.0.2 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Zach Hendershot |
| Assignee | Unknown |
| Created | 2012-10-08T00:45:32.000+0000 |
| Updated | 2018-02-28T20:03:18.000+0000 |
Description
With the provided app.js clicking the openPhotoGallery button overlay doesn't work the first time consistently, but does on the second click. In a different set of circumstances, it works completely inconsistently and is sometimes impossible to open. I have yet to narrow down what is different in that completely inconsistent environment.
\\
It appears to be related to having the button and the Ti.Media.openPhotoGallery within a camera overlay view as this is the only circumstance that seems to produce inconsistent results.
Attachments
| File | Date | Size |
| app.js | 2012-10-08T00:45:32.000+0000 | 1400 |
For some reason the first time you tap openPhotoGallery, the error function in showCamera is called and this is shown: [INFO] Error showing camera [INFO] 1 The second time you tap it, the gallery shows. Tested on 3.0.2 GA.