Created
          July 21, 2014 18:41 
        
      - 
      
 - 
        
Save frankie-loves-jesus/7b9498bdf845a80878e8 to your computer and use it in GitHub Desktop.  
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | [data-iscroll] .scroller_wrapper { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); transform: translateZ(0); } | |
| [data-iscroll] .scroller { position: relative; } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | $(document).on('pagecontainershow', function() { | |
| $('[data-iscroll]').each(function() { | |
| $(this).wrapInner("<div class='scroller'></div>") | |
| .wrapInner("<div class='scroller_wrapper'></div>"); | |
| var wrapper = $(this).find('.scroller_wrapper').first(), | |
| windowHeight = $(window).height(); | |
| wrapper.height(windowHeight); | |
| var scrollerTest = new IScroll(wrapper.get(0), { | |
| eventPassthrough: false, | |
| scrollX: false, | |
| scrollY: true, | |
| preventDefault: false, | |
| scrollbars: true | |
| }); | |
| }); | |
| document.addEventListener('touchmove', function(e) { | |
| e.preventDefault(); | |
| }, false); | |
| }); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | source 'https://rails-assets.org' | |
| gem 'rails-assets-jquery-mobile-bower' | |
| gem 'rails-assets-iscroll', '5.1.2' | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <div class="test" data-iscroll> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| <p>test</p> | |
| </div> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment