bfScreen.getNavigationController().reset();
}
// Inject HTML5 to gears shim for 5.0 devices\r
if( scriptEngine != null && DeviceInfo.isBlackBerry5() ) {
WidgetExtension HTML5Extension = bfScreen.getHTML5Extension();
HTML5Extension.loadFeature( null, null, null, proxyScriptEngine );
}
if( scriptEngine != null ) {
// Restore any clobbered members.
// Note: blackberry.network does not show up when enumerated. Add it manually.