what is a hybrid app?
Hi Alex -
Yes, in JS you can check if cordova object is available something like this:
pre
code
if (typeof cordova == "undefined") {
//it's html5
} else {
//it's hybrid
}/code
/pre