Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.3.0
-
None
Description
Inside the InAppBrowser.cs file there is a method named 'open' that tries to perform a featstring.Split(',') where featstring is the options argument when performing a window.open call.
This third parameter is optional though and can be null.
Fix by checking wheter args[2] = null