When I download version 3.1.2 the description of the plugion says;"Provides a web browser view that allows to load any webpage externally. It behaves as a standard web browser and is useful to load untrusted content without risking your application's security. Version 3.1.1. "
Is this simply an error in the description or the wrong version?
Hey there, most likely this was a mishap in updating the description (has happened sporadically in the past).
If you can, clone the plugin check the extensibility configuration, should have a "3.1.2" in metadata.
Hi Perdro, I was able to open the metadata and it says;
{ "plugin": {
"url": "https://github.com/OutSystems/cordova-outsystems-inappbrowser#1.3.0" },
"metadata": {
"mabs-min": "10.0.0",
"name": "InAppBrowser Plugin",
"version": "3.1.1" }}
I am uncertain how big of an impact the difference between 3.1.1 and 3.1.2 is, but I have some modules specifying the need for 3.1.2
Hmm, you are correct, however the metadata does not affect the plugin's contents, I just thought that one had been updated to 3.1.2, my mistake.
Nonetheless, this version had support for navigation events in URLs from within this plugin (previously you had to use a separate plugin for it), and I can see that version 3.1.2 contains that, the "OnBrowserPageNavigationCompleted" event, and the correct cordova plugin version that contains the native code for that implementation.So it should be fine.
If you're still unsure, you may try updating to a more recent version? Unless you are required to use that version specifically?
I unfortunately need that specific version, as my Idp plugins and InAppBrowserEvent app is dependent on it, but seems to be unfunctional suddenly - but thanks for the help narrowing down the potential issue I am having