ONLONGPRESS in type="B" Event


Making an action after holding down the button during a period of time.

Example:

  <prop type=”B” pon onlongclick=”funcionJavascript();”.


Dynamic example with the bind:

  ui.getView(self).bind(“MAP_BOTON”, “onlongclick”, function() {
              ui.showToast(“se ha hecho long click”);
 });