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

Commit c97d77c

Browse files
Update README
1 parent b2d4697 commit c97d77c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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 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 devices when I was using (swipe) on a list or on an ion-scroll.
99

1010
After having unsuccessfully tried many solutions I was thinking, after all, that Ionic already include is own version of hammer.
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic-swing",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"scripts": {
55
"build": "gulp build",
66
"build:watch": "gulp",

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic-swing",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/peterpeterparker/ionic-swing.git"

0 commit comments

Comments
 (0)