This is a migrated thread and some comments may be shown as answers.

Use Android native buttons? It's possible?

1 Answer 53 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Nacho
Top achievements
Rank 1
Nacho asked on 16 Apr 2013, 03:21 PM
Hi, im developing an application for Android e iOS using Graphite.
Mi question is, can I interact with buttons below (Android 4.0), for show menĂº options, or go back in application?

thanks!

1 Answer, 1 is accepted

Sort by
0
Jan-Dirk
Top achievements
Rank 1
answered on 17 Apr 2013, 08:51 AM
For Android you can use the hardware buttons. This can be of help: http://docs.phonegap.com/en/1.0.0/phonegap_events_events.md.html

On iOS, as you might or might not know, there are no hardware buttons. So, if you need a menu or the backbutton, you have to create buttons for them in your app. Some Frameworks feature for example a back-button. For example, in Kendo UI you can use this:

<a data-role="backbutton">Foo</a>
Tags
General Discussion
Asked by
Nacho
Top achievements
Rank 1
Answers by
Jan-Dirk
Top achievements
Rank 1
Share this question
or