Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.9.4
-
-
MOODLE_39_STABLE
-
MOODLE_400_STABLE
-
Moodle App 4.0
Description
When an external app is launched in InAppBrowser, our app tries to load the previous URL in the IAB so it doesn't display an empty page. This URL is loaded without protocol, and this casues an ERR_FILE_NOT_FOUND error.
Also, I've seen that in some cases the IAB page itself closes the IAB, so when we try to load the previous page we're actually opening it again. We should check if the IAB is open before loading the previous page.