Here code of my project. I use direct Tcp connection But i get “Could not select proper Transport Descriptor” error.
BrowserFieldConfig myBrowserFieldConfig = new BrowserFieldConfig();
myBrowserFieldConfig.setProperty(BrowserFieldConfig.NAVIGATION_MODE,BrowserFieldConfig.NAVIGAION_MODE_POINTER);
BrowserField browserField = new BrowserField(myBrowserFieldConfig);
add(browserField);
browserField.requestContent("http://www.google.co.in;deviceside=true");
Thanks in advance.
You can find another thread about it here; if it’s on the simulator, tweaking your dns settings might help.