Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'mojo'

1913939 - Mojo async request: perl mojo
  1. package TestTest;
  2.  
  3. use strict;
  4. use warnings;
  5.  
  6. use base 'Mojo::Base';
  7.  
  8. use Mojo::Client;
  9.  
1680367 - back event propagation: javascript back event mojo webos
  1. // 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
  2. // in which case the event should bubble.
  3.  
  4. // in app/assistants/Guide-assistant.js
  5. // this.canGoBack is true when the webview can go back, and is being set properly (I have triple checked)
  6.  
  7. GuideAssistant.prototype.handleCommand = function(event) {
  8.     Mojo.Log.info('[GuideAssistant.handleCommand] event.type = ', event.type, ', event.command = ', event.command);
  9.  
fantasy-obligation
fantasy-obligation