We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba7dac commit 073b676Copy full SHA for 073b676
src/z2ui5_cl_demo_app_306.clas.abap
@@ -75,6 +75,8 @@ CLASS z2ui5_cl_demo_app_306 IMPLEMENTATION.
75
page->_z2ui5( )->camera_picture(
76
value = client->_bind_edit( mv_picture_base )
77
onphoto = client->_event( 'CAPTURE' )
78
+ height = `10`
79
+ width = `1000`
80
facingmode = client->_bind_edit( facing_mode )
81
deviceid = client->_bind_edit( device ) ).
82
0 commit comments