Xflnemesys / gwt-phonegap

Automatically exported from code.google.com/p/gwt-phonegap
0 stars 0 forks source link

Notification confirm should accept more then 2 buttons #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It seems that phonegap accepts more then 2 buttons: see 
http://docs.phonegap.com/en/1.4.0/phonegap_notification_notification.md.html#not
ification.confirm

Your confirm function in NotificationMobileImpl.java states:
if (buttonLabels.length != 2) {
            throw new IllegalArgumentException("expected two labels for buttons got: " + buttonLabels.length);
        }

Original issue reported on code.google.com by jve...@gmail.com on 16 Mar 2012 at 7:20

GoogleCodeExporter commented 9 years ago
I just verified with callback-ios and at least ios accepts more than two buttons

Original comment by kurka.da...@gmail.com on 17 Mar 2012 at 1:15

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 945018ad7797.

Original comment by kurka.da...@gmail.com on 30 Apr 2012 at 2:01

GoogleCodeExporter commented 9 years ago
will be in gwt phonegap 1.7.x.x

Original comment by kurka.da...@gmail.com on 30 Apr 2012 at 2:01

GoogleCodeExporter commented 9 years ago

Original comment by kurka.da...@gmail.com on 4 May 2012 at 8:27