1, scenario: login is a unified login page. After authentication, bring the certified information and then jump back.
use InAppBrowser under cordova to jump to the verification page and fail to jump back after verification
Code of the jump
`cordova.InAppBrowser.open (config.djgLoginUrl +"? CallbackUrl=" + window.location.href,
"_ blank", "location=no,toolbar=yes,toolbarposition=top,closebuttoncaption= off"); `
after verifying ok, php will echo < script > window.location.href=$CallbackUrl < / script >
$CallbackUrl: file:/android_asset/www/index.html-sharp/student/courseIndex
but cannot jump back. Now url is http://xxxx.com
question: how can I jump back to the app developed by cordova after verification