Hi all,
I have created a small blackberry application for OS 6 and OS 7 that connects with secure (https) server.
I am using BrowserField with following specification :
Code:
BrowserFieldConfig config = new BrowserFieldConfig(); config.setProperty(BrowserFieldConfig.NAVIGATION_MODE,BrowserFieldConfig.NAVIGATION_MODE_POINTER);
BrowserField bField = new BrowserField(config);
bField.requestContent("https://login.salesforce.com")
This code run perfectly on simulator but when i run this on device (BlackBerry Torch 9810), getting "
Connection timed out login.salesforce.com/:443 " error.
I'm able to access the same URL if I launch the browser app on my BB. Could this be due to firewall? What else could cause this? Any guidance would be much appreciated.
Thanks
Manish Kumar