
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
ios-scroll-supply
Advanced tools
##不完全解决ios浏览器页面滚动到底部或顶部后导致页面局部滑动失效的问题
###安装
npm i ios-scroll-supply -S
###使用
//在node环境下,我们通过以下方式调用
// 引用(eg. 在工程的main.js下)
import iosScrollSupply from 'ios-scroll-supply';
iosScrollSupply(className); // className为需要滑动的部分的类名
//如果只是在html页面通过script的方式调用
// html
<script src='ios-scroll-supply/index.js'></script>
// js
if (window.iosScrollSupply) console.log('this is my iosScrollSupply!');
iosScrollSupply(className); // className为需要滑动的部分的类名
FAQs
不完全解决ios浏览器页面滚动到底部或顶部后导致页面局部滑动失效的问题
The npm package ios-scroll-supply receives a total of 2 weekly downloads. As such, ios-scroll-supply popularity was classified as not popular.
We found that ios-scroll-supply demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.