Is there any way to use Javascript to determine whether the currently executing instance of an Appery app is native Android, or HTML5 ?
One wants to do this in order to deprecate native services which are not visible via Android.
I want to avoid having two versions of the app - would rather do checking in the code.