load html on Blackberry4.6 os version

前端 未结 3 1765
梦毁少年i
梦毁少年i 2021-01-29 04:31

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

3条回答
  •  醉话见心
    2021-01-29 05:20

    You can show your html document in this way

    BrowserSession session = Browser.getDefaultSession();
    session.displayPage("cod://Name of your application code file/test.html");
    

提交回复
热议问题