Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have a app for Blackberry which basically opens up a website in the native Blackberry OS Browser. i have installed it on the Simulator and it works well however if i close it by clicking the return key and then come back and open the app again the second time it hangs.

Does anybody know why does this happen ?

I am using Eclipse plugin for Blackberry and running on a Simulator.

Thanks,
Tushar.
Posted
Comments
AmanArora1987 22-Feb-13 0:02am    
what code u r using for this?

1 solution

try this:
Java
BrowserSession myBrowser = Browser.getDefaultSession();
myBrowser.displayPage("http://www.google.com");
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900