09-02-2012 02:41 AM
I knew following code will open url in the native browser
BrowserSession browserSession = Browser.getDefaultSession();
browserSession.displayPage(url);
Is any code snip to open url in the custom browser instead of native browser
I don’t want to use CodeModule & application descriptor API