Questions regarding BlackBerry BrowserField2
does anyone know how to specify the height of a net.rim.device.api.browser.field2.BrowserField? I cannot find how to do so in the BlackBerry API.
Also, when I use a browser field within my application, am I able to load one page, and from that page click a link a开发者_Python百科nd go to another? I am having issues doing that with the BrowserField2...If not, how can I achieve new page loading?
Thanks!
You could implement your own manager and override sublayout
After that you can create your own browser field and inherit your manager you created earlier.
As for the link stuff, this might help
精彩评论