Advertising
advertising
related pastes to tag 'webos'
- 2055154 - oc80z: flash webos
-
- #!/bin/sh
- func_list() {
- cat>$list_text<<EOF
- etc/adobe/ mms.cfg
- etc/adobe/ oem.cfg
- usr/lib/BrowserServerPlugins/ libflashplayer.so
- usr/lib/BrowserServerPlugins/resource/ plugin-icon-noplay.png
- usr/lib/BrowserServerPlugins/resource/ plugin-icon-play-down.png
- 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);