01-31-2013 11:07 AM
Hello,
Recently we ported successfully an Android application on BlackBerry 10.
Everything worked fine, except the thing that when clicking the "Info" button from the action bar that appears at the bottom of the screen - the application crashes.
I suppose that button should display an About, or Help page. We do have in our application a such page (as an ActionItem in the ActionBar).
So, is there a way we can fix this, so that when clicking the "Info" button to display our About page? Or at least to do something to prevent the app from crashing, for example hide that button.
PS: We tested the app in the BB 10 Dev Alpha Simulator.
Thank you.
Solved! Go to Solution.
01-31-2013 02:43 PM
Hello,
Thank you for your feedback. This is actually a known issue in the current Android Runtime on the BlackBerry 10 simulator release. It has nothing to do with your application, as this action bar is part of the Android Runtime and not your application. Normally when you section the "Info" button you would see a screen showing you have to use the back swipe gesture used in Android Runtime applications. If you wanted your own About button ,you would have to create your own menu.
Cheers,
Matt
02-01-2013 04:18 AM
Matt thank you a lot for your answer.
From this quote: "a known issue in the current Android Runtime on the BlackBerry 10 simulator release.", do I understand correctly that the issue appears only on the simulator, and on a real device it will work?
02-01-2013 08:57 AM
Yes, that is correct. This issue is only limited to the Simulator.
Thanks,