resolution PDFs • The individual pages are rendered as JPEGs • A lot of different resolution assets • Support for Android, BlackBerry 10, iOS and Windows Phone 8
common functionality One week per platform for fixing quirks specific to them Rolling releases for the platforms as they were finished Release order: Android, iOS, Windows Phone 8, BlackBerry10
of the open source project Cordova Cordova was initially known as PhoneGap before Adobe bought Nitobi and contributed PhoneGap to the Apache Software Foundation
no need to install APIs locally At the time of writing no support for BlackBerry 10 and WP8 is in beta Remote debugger, but setup your own weinre server in Singapore
– but we did end up having crunch time Android and iOS were done in time A lot of time spent on image resizing and PDF extraction BlackBerry had changed a lot and documentation not updated + bugs
– but we did end up having crunch time Android and iOS were done in time A lot of time spent on image resizing and PDF extraction BlackBerry had changed a lot and documentation not updated + bugs Windows Phone 8 on Cordova is a nightmare
so we know some quirks …and we expected there to be new ones For example why images were blurry on some devices, but only when not animating. (Solution; backface-visibility: hidden)
so we know some quirks …and we expected there to be new ones For example why images were blurry on some devices, but only when not animating. (Solution; backface-visibility: hidden) Get as many devices as you can to test it out on.
a very nice platform Documentation wasn’t up to date Cordova implementation is a thin wrapper around their own web APIs Wish they continue to exist, because I actually liked the platform
with all that you would expect WebView does not support SVG Debugging the DOM with weinre disconnects Rejected because of silently injected permissions
with all that you would expect WebView does not support SVG Debugging the DOM with weinre disconnects Rejected because of silently injected permissions Took as long as everything else combined
with all that you would expect WebView does not support SVG Debugging the DOM with weinre disconnects Rejected because of silently injected permissions Took as long as everything else combined Stay away from
iOS and BB10: 4 weeks Time spent Windows Phone 8: 4 weeks Available on all the app market places mid November Output: ✓ 5 issues opened on the Cordova bug tracker
iOS and BB10: 4 weeks Time spent Windows Phone 8: 4 weeks Available on all the app market places mid November Output: ✓ 5 issues opened on the Cordova bug tracker ✓ 4 apps delivered
iOS and BB10: 4 weeks Time spent Windows Phone 8: 4 weeks Available on all the app market places mid November Output: ✓ 5 issues opened on the Cordova bug tracker ✓ 4 apps delivered ✓ 1 feature suggestion, implemented as a plugin for WP8
iOS and BB10: 4 weeks Time spent Windows Phone 8: 4 weeks Available on all the app market places mid November Output: ✓ 5 issues opened on the Cordova bug tracker ✓ 4 apps delivered ✓ 1 feature suggestion, implemented as a plugin for WP8 ✓ Newfound loathing for Internet Explorer