Sha256: 5648aa7145f6dc79e9b0d440312a464326ecb1cbd80536f8de9bbbf75a1dc70a
Contents?: true
Size: 847 Bytes
Versions: 121
Compression:
Stored size: 847 Bytes
Contents
:plain // #{__FILE__} $(document).ready( function() { $(document).on('pageshow', 'div[data-role="page"]', function(event) { RubyApp.sendEvent({_class:'RubyApp::Elements::Mobile::Page::ShownEvent', source:$(this).attr('id')}); }); $(document).on('pagehide', 'div[data-role="page"]', function(event) { RubyApp.sendEvent({_class:'RubyApp::Elements::Mobile::Page::HiddenEvent', source:$(this).attr('id')}); }); $(document).on('swipeleft', 'div[data-role="page"]', function(event) { RubyApp.sendEvent({_class:'RubyApp::Elements::Mobile::Page::SwipedLeftEvent', source:$(this).attr('id')}); }); $(document).on('swiperight', 'div[data-role="page"]', function(event) { RubyApp.sendEvent({_class:'RubyApp::Elements::Mobile::Page::SwipedRightEvent', source:$(this).attr('id')}); }); }); = yield
Version data entries
121 entries across 121 versions & 1 rubygems