I'm using browser field2 to load the content of a URL inside the application. The data gets loaded successfully.
But my requirement is to shrink the data and display that in such a way that without any scrolling the entire content should be visible in the device screen.
When I googled, read that config.setProperty(BrowserFieldConfig.INITIAL_SCALE, new Float(0.1)); should do that. But it's not working for me.
I want to do this in a way that irrespective of the BB device, the content of the URL should fit to the device screen.
Any help would be much appreciated. Thanks in advance..!!