Skip to content
This repository was archived by the owner on Aug 24, 2020. It is now read-only.

Commit 34243c3

Browse files
Update README
1 parent fdc680b commit 34243c3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.MD

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@ ionic-swing is a fork of the following projects intended to add the swipeable ca
55
- swing.js (version 4.2.0, https://github.com/gajus/swing)
66
- angular2-swing (version 0.11.0, https://github.com/ksachdeva/angular2-swing)
77

8-
The main reason behind this fork is that I was facing a problem with hammerjs, which was freezing the scrolling of my application's on iOS and Android when I was using (swipe) on a list or on an ion-scroll.
8+
The main reason behind this fork is that I was facing a problem with hammerjs, which was freezing the scrolling of my application on iOS and Android when I was using (swipe) on a list or on an ion-scroll.
9+
910
After having unsuccessfully tried many solutions I was thinking, after all, that Ionic already include is own version of hammer.
11+
1012
Therefore I decided to create this fork with the goal to make a version of swing.js which doesn't embed any external hammerjs.
1113

1214
## Current status
1315

14-
This fork project is in beta version but seems to work (tested with Ionic 3.0.1).
16+
This fork project is in version beta but seems to work (tested with Ionic 3.0.1).
1517

1618
Possible improvements not yet done:
1719

1820
- Improve typescripting and remove class swing.ts
19-
- The fork special dependencies are, inherited from swing.js, lodash, raf, rebound, sister, vendor-prefix. For bundle size reason mostly, it should be checked if these can't be replaced with native code or smaller libs.
21+
- The fork special dependencies are, inherited from swing.js, lodash, raf, rebound, sister, vendor-prefix. To spare size of my application (smaller bundle = faster boot), it should be checked if these can't be replaced with native code or smaller libs.
2022

2123
## Installation
2224

0 commit comments

Comments
 (0)