简体   繁体   中英

blackberry webpage image scale issue

on the following webpage, all images are set to have a maximum width of 100%. This works fine on all devices except for blackberrys. Has anyone come accross this issue?

http://www.applewoodindependent.co.uk/

In Blackberry as we don't have the webview like in iOS or android.....we have the browserfield2 api.

In the browserfield2 you can scale the web page using the initiale scale method in the browser field config.

config.setProperty(BrowserFieldConfig.INITIAL_SCALE, new Float(value));

Adjust the scaling by passing the correct value in the method.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM