mwbrooks/cordova-plugin-menu

Minimum BlackBerry Version

Opened this issue · 2 comments

Let's decide on the minimum version supported for BlackBerry.

BlackBerry has a wide range of devices and the menu has changes dramatically between BlackBerry 6.0 and 10.

My vote is to support strictly BlackBerry 10. I think this gives us the most reward for the least amount of effort. In the future, we can always add additional support through the WebWorks API for older devices.

Looks like BB10 has a contextmenu api: https://developer.blackberry.com/html5/apis/blackberry.ui.contextmenu.html

And there's another WebWorks "menu" api available on BB5 and up: https://developer.blackberry.com/html5/apis/blackberry.ui.menu.html

I'd have to investigate to see the differences.