Blackberry Quirks (The M Project 1.x) - mwaylabs/The-M-Project GitHub Wiki
If you try using The M-Project with a Blackberry device, you might experience some problems. To avoid these problems or at least to help you solve them, consider the following topics:
- For using The M-Project with a Blackberry widget, your device has to run at least with Blackberry OS 6.0.0.246.
- For using The M-Project with a Blackberry widget, there must not be any hyphen (-) within any filename. As for now, you will have to manually remove them from some files of the third-party-libaries we are using. But we are working on that. So in the future you only need to make sure that you do not use hyphens within the filenames of files you created on your own.
- Since the browser on Blackberry OS 6.0 has some performance issues with animation / transition, you might want to turn them off. Therefore you simply need to set
M.Application.useTransitions
toNO
. We also recommend to turn off the automatic theming / styling of anyM.SeletionList
inselectionMode: M.SINGLE_SELECTION_DIALOG
. Simply set theapplyTheming
property toNO
when defining such a view. This will result in a plain<select>
list, that is then styled natively by the browser, instead of the jQuery Mobile implementation of such a list, which uses animation that do not work properly on Blackberry OS 6.0 so far.