Blackberry Quirks (The M Project 1.x) - mwaylabs/The-M-Project GitHub Wiki

What's to do, to get The M-Project to work on a Blackberry device?

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 to NO. We also recommend to turn off the automatic theming / styling of any M.SeletionList in selectionMode: M.SINGLE_SELECTION_DIALOG. Simply set the applyTheming property to NO 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.
⚠️ **GitHub.com Fallback** ⚠️