Hi,
I'm developing QML application
It seems that "back button" is handled by ArcGIS Runtime for Android
As soon as I add qml runtime to my pro file:
include(/opt/arcgis/runtime_sdk/qt100.2.1/sdk/ideintegration/arcgis_runtime_qml.pri)<SPAN class="line-numbers-rows"><SPAN></SPAN></SPAN>
I have no control over back button on android.
I'm using V-Play framework which is handling back button, but when I create app with arcgis_runtime_qml.pri back button closes the app immediatelly.
How to disable back button handling by ArcGIS ?
Best Regards
Marek