New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

ios-scroll-supply

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ios-scroll-supply

不完全解决ios浏览器页面滚动到底部或顶部后导致页面局部滑动失效的问题

latest
npmnpm
Version
1.0.6
Version published
Weekly downloads
2
-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

##不完全解决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为需要滑动的部分的类名

Keywords

ios

FAQs

Package last updated on 22 Feb 2019

Did you know?

Socket

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.

Install

Related posts