We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I scroll the scroller, the alert doesn't fire,so wired. below is the code
import ReactIScroll from 'react-iscroll'; var iScroll = require('iscroll/build/iscroll-probe'); import React from 'react'; export default class TabelListView extends React.Component { onScroll(iScroll) { alert('t') } render( <ReactIScroll ref="iScroll" iScroll={iScroll} onScroll={this.onScroll.bind(this)}> {...content} </ReactIScroll> ) }
The text was updated successfully, but these errors were encountered:
Having same problem. Also using iscroll-probe and event isn't firing.
@jxintang how did you fix this?
On version 2.0.3 with iScroll v5.2.0
Sorry, something went wrong.
You should add probeType:2 in your options
probeType:2
No branches or pull requests
when I scroll the scroller, the alert doesn't fire,so wired. below is the code
The text was updated successfully, but these errors were encountered: