display.captureScreen doesn't capture native text

according to the documentation display.captureScreen(true)
captures the contents of the screen to an image on the device’s album

that is not correct for native textBox text which is not captured

[import]uid: 6459 topic_id: 3844 reply_id: 303844[/import]

native ui elements are not part of the corona “screen” (canvas). so won’t be captured. [import]uid: 6645 topic_id: 3844 reply_id: 12128[/import]

jmp909,

i know that ui elements “do not inherit display group properties” and that “native textboxes are not part of the OpenGL canvas”

i posted this as a bug, because the documentation says that display.captureScreen “captures the contents of the screen”. it should clearly say that ui elements are not part of the screen [import]uid: 6459 topic_id: 3844 reply_id: 12141[/import]