Advertising
advertising
related pastes to tag 'mojo'
- 1913939 - Mojo async request: perl mojo
-
- package TestTest;
- use strict;
- use warnings;
- use base 'Mojo::Base';
- use Mojo::Client;
- 1680367 - back event propagation: javascript back event mojo webos
-
- // I have a webview filling the screen and want to associate the back gesture with browsing back in the history, unless we cannot go back
- // in which case the event should bubble.
- // in app/assistants/Guide-assistant.js
- // this.canGoBack is true when the webview can go back, and is being set properly (I have triple checked)
- GuideAssistant.prototype.handleCommand = function(event) {
- Mojo.Log.info('[GuideAssistant.handleCommand] event.type = ', event.type, ', event.command = ', event.command);