We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7972356 commit 86003a6Copy full SHA for 86003a6
libs/banglejs/jswrap_bangle.c
@@ -6113,6 +6113,7 @@ The second `options` argument can contain:
6113
{
6114
title: "Hello", // optional Title
6115
buttons : {"Ok":true,"Cancel":false}, // optional list of button text & return value
6116
+ buttonsLong : {"Ok":2,"Cancel":"Cancel"}, // Bangle.js2: optional subset of buttons that should also have a specific long press action
6117
img: "image_string" // optional image string to draw
6118
remove: function() { } // Bangle.js: optional function to be called when the prompt is removed#
6119
buttonHeight : 30, // Bangle.js2: optional height to force the buttons to be
0 commit comments