André van der Plas created CB-6038:
--------------------------------------
Summary: null reference error in InAppBrowser plugin for WP8
Key: CB-6038
URL: https://issues.apache.org/jira/browse/CB-6038
Project: Apache Cordova
Issue Type: Bug
Components: WP8
Affects Versions: 3.3.0
Reporter: André van der Plas
Assignee: Jesse MacFadyen
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
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)