Porting to BlackBerry using Apache Cordova - Development Insights
"Explore the process of porting to BlackBerry using Apache Cordova as shared by Gord Tanner and Michael Brooks. Discover tips on overcoming challenges, ensuring compatibility, and leveraging HTML5 for a smoother transition to the BlackBerry platform."
Download Presentation
Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. Download presentation by click this link. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
E N D
Presentation Transcript
Porting to BlackBerry using Apache Cordova DEV141 Gord Tanner (@gordtanner) Michael Brooks (@mwbrooks) May 1, 2012 1
What is 2
What is 3
iOS 6
Android 7
Be Agnostic It will look right at first, but When people look deeper The will only see what is wrong 9
OS7 14
Menus 15
Menus 16
PlayBook 17
bbUI.js https://github.com/blackberry/bbUI.js 19
Responsive Web Design http://www.anderssonwise.com/ 20
Quick Preview http://responsive.is/ 21
CSS Media Queries - No Magic #button { width: 25%; } @media screen and (max-width: 480px) { #button { width: 100%; } } 22
Many Samples http://mediaqueri.es/ 23
Cross-Platform Gotchas Interaction Mouse Events Touch Events (thumbs.js) CSS Performance JavaScript Performance 24
THANK YOU DEV141 Gord Tanner (@gordtanner) Michael Brooks (@mwbrooks) May 1, 2012