10-05-2012 03:25 AM
I've display a webpage using browserfield. It showing all webpage successfully.
But when i pass the this url http://mobile.idaholottery.com/#page-last5pb
The web page hasn't display. Its shows "Bad Request URL" but if i try to open on brower, its loading.
My code is,
BrowserFieldConfig config = new BrowserFieldConfig();
String userAgent = "BlackBerry" + DeviceInfo.getDeviceName() + "/" + DeviceInfo.getSoftwareVersion() +" Profile/" + System.getProperty("microedition.profiles") +" Configuration/" + System.getProperty( "microedition.configuration") + " VendorID/" + Branding.getVendorId();
config.setProperty(BrowserFieldConfig.USER_AGENT, userAgent);
config.setProperty(BrowserFieldConfig.ALLOW_CS_XH
config.setProperty(BrowserFieldConfig.ENABLE_GEAR
config.setProperty(BrowserFieldConfig.NAVIGATION_
config.setProperty(BrowserFieldConfig.JAVASCRIPT_
config.setProperty(BrowserFieldConfig.ENABLE_COOK
config.setProperty(BrowserFieldConfig.USER_SCALAB
Why isn't open on browserfield and How to show the url in bb browserfield, any setting need to add?
10-08-2012 03:38 AM