Richard Mohammed
Results
1
comments of
Richard Mohammed
When you run cordova.ThemeableBrowser.open(...) it returns an instance of ThemeableBrowser that you can call close on so.... ``` var themeableBrowser = cordova.ThemeableBrowser.open(...); themeableBrowser.close(); ```