Hi I\'m new in Blackberry app development i want to load HTML in browser field.. I\'m able to load HTML for version 5 ,and 6 and more but it not loading in OS version 4
You can show your html document in this way
BrowserSession session = Browser.getDefaultSession(); session.displayPage("cod://Name of your application code file/test.html");