You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "André van der Plas (JIRA)" <ji...@apache.org> on 2014/02/14 14:49:22 UTC

[jira] [Created] (CB-6038) null reference error in InAppBrowser plugin for WP8

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)