I have a problem whe I want to display web page. I use
BrowserField bwrField = new BrowserField(config);
add(bwrField);
bwrField.requestContent(URI.create(url.toSring());
I can run many page web with this code and the page is opened by the default browser in simulator but I have a problem with one page that diplay in little space in the screen.
How Can I manipulate the width and the hight of the swreen browser Field.
There is another method like the default browser to run this page

Place your broswerfiled inside your manager and try overriding the managers sublayout method.
Somehing like this:
I hope this will help you.
This is not my code took from one of the forum, but it is a proven solution 🙂