Experts,
I've been searching all day for this, but I could not find one!
Is it possible to trigger android back button programmatically using javascript/jquery (other than cordova) ?
Currently I am developing a cross-platform application that is not cordova-capable on this particular page. Thus, I am relying on javascript/jquery only.
onBackPressed(). Then you have to implementJavaScriptInterfacein your activity. And call theonBackPressed()method fromJavaScriptInterfaceThis is well descirbed here