BlackBerry 10 Configuration

BlackBerry 10 Configuration

The config.xml file controls an app's basic settings that apply across each application and CordovaWebView instance. This section details preferences that only apply to BlackBerry 10 builds. See The config.xml File for information on global configuration options.

  • ChildBrowser (disable or the default enable): Disables child browser windows. By default, apps launch a secondary browser window to display resources accessed via window.open() or by specifying a _blank anchor target. Specify disable to override this default behavior.

    <preference name="ChildBrowser" value="disable"/>
    
  • PopupBlocker (enable or the default 登录查看完整内容