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
pdfh5.on('scroll', function (scrollTop: string, currentNum: any) { console.log(scrollTop, currentNum) })
这里的scrollTop 打印出来有值,而 currentNum 打印出来是 undefiend.
render 事件回调中,是可以拿到的,目前在那里获取了
The text was updated successfully, but these errors were encountered:
No branches or pull requests
pdfh5.on('scroll', function (scrollTop: string, currentNum: any) {
console.log(scrollTop, currentNum)
})
这里的scrollTop 打印出来有值,而 currentNum 打印出来是 undefiend.
render 事件回调中,是可以拿到的,目前在那里获取了
The text was updated successfully, but these errors were encountered: