Hybrid Web Container Development

New or changed features for Hybrid Web Container development.

Cordova Plug-in (HTTPS Proxy)

A new Cordova plugin (HTTPS Proxy) allows for X.509 mutual authentication from JavaScript.

Documented in: Developer Guide: Hybrid Apps, see:
  • Sending Requests Over HTTPS
  • Using the HTTPS Proxy Exposed by the PhoneGap Plugin

iOS Hybrid Web Container APNS Notifications

iOS Hybrid Web Container APNS notifications always shows (1) as the badge number if there are pending notifications for relevant Application notifications. Earlier versions included badge count as part of system messages.

iOS Hybrid Web Container App Log

iOS Hybrid Web Container now has an App Log screen for viewing device connection status on the device. In earlier versions, iOS was the only Hybrid Web Container platform that did not include this feature.

onlineRequest Error Support

The workflow message used to make an onlineRequest is now passed to the custom error callback handler, which was missing in earlier versions.

jQuery and jQuery Mobile Upgraded

Hybrid Apps generated with the Hybrid App Designer now use jQuery Mobile version 1.3.0 and jQuery version 1.9.1.

iOS Hybrid Web Container Runs in the Background

The iOS Hybrid Web Container is placed in the background when the Home button is pressed. In earlier releases, pressing the Home button caused the iOS Hybrid Web Container to exit completely.