user interface - UI on different resolutions devices for BB10 -
i have developed static library bb10 provides ui capturing user credentials , authenticate credentials.
i have used library in 1 of app.
problem facing is, whenever run app in bb q10 device( resolutions 720*720 ) logo providing @ top of ui not visible. works fine when run app in z10( 768 x 1280 ).
can suggest should such doesn't happens.
you need provide 720x720 specific asset: logo or layout. basicaly, in assets folder, make 720x720 folder. if put content (with same name assets root folder content) inside of it, q10 load 1 in 720x720 folder instead of default one. change nothing on z10. see here complete explanation: http://developer.blackberry.com/cascades/documentation/ui/resolution/using_static_asset.html
Comments
Post a Comment