NG-ZORRO / ng-zorro-antd-mobile

A configurable Mobile UI components based on Ant Design Mobile and Angular. 🐜
http://ng.mobile.ant.design
Other
799 stars 241 forks source link

feat(module:carousel):prevent android browser default scroll #825

Closed xcLtw closed 2 years ago

xcLtw commented 2 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Application (the showcase website) / infrastructure changes
[ ] Other... Please describe:

What is the current behavior?

https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/807 Issue Number: N/A

807

What is the new behavior?

prevent android browser default scroll 在安卓浏览器中阻止走马灯区域默认滚动触发

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

codecov[bot] commented 2 years ago

Codecov Report

Merging #825 (952fbd6) into master (c0695e7) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #825   +/-   ##
=======================================
  Coverage   86.69%   86.70%           
=======================================
  Files         164      164           
  Lines        6614     6617    +3     
  Branches     1106     1106           
=======================================
+ Hits         5734     5737    +3     
  Misses        430      430           
  Partials      450      450           
Impacted Files Coverage Δ
components/carousel/carousel.component.ts 70.46% <100.00%> (+0.30%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c0695e7...952fbd6. Read the comment docs.