11-24-2011 01:41 AM
Hi all,
I am developing blackberry application for both OS 6 and OS 7.I am using browserField for initial authentication using salesforce rest api.
I am facing a serious problem with OS 7.
My code snippet for browser request is following
"
BrowserFieldConfig myBrowserFieldConfig = new BrowserFieldConfig();
myBrowserFieldConfig.setProperty(BrowserFieldConfi
BrowserFieldConfig.NAVIGATION_MODE_POINTER);
bField = new BrowserField(myBrowserFieldConfig);
bField.requestContent("https://test.salesforce.com/services/oauth2/author
"
This code works fine for BB OS 6 but when i run it on OS 7 it doesn't show the browserField properly. can anyone help me
Thanks
Manish Kumar
11-24-2011 01:58 AM
Hi coolmk09,
Can you give us some more info?
What do you mean by "..it doesn't show the browserField properly.". Is the browserField displayed at all? Is the content not displayed as suppose to? What happens when you try the same URL in the device browser? What happens when you try other URLs?
Do you get any errors/exceptions?
E.
11-24-2011 02:29 AM - edited 11-24-2011 02:39 AM
Hi maadani,
Yes, content are not displayed, its covered by a white background (on both real device and emulator) as you can see in following snap
and this is what i am expected.
Although sometimes content become visible when i try to push some keys or slide the device (I am using blackberry torch 9810) , but not always.
I am not getting any error or exception.
When i try to load any other URL in the browser field, it works fine.
Please help me to resolve this issue.
Thanks!
Manish Kumar
11-25-2011 01:52 AM - edited 11-25-2011 01:53 AM
Hi all,
How can i get more debug info on this issue?
http://supportforums.blackberry.com/t5/Java-Develo
Can i see device log, if yes then how ?
Regards
Manish Kumar
11-25-2011 02:51 AM