autoroute.js
Advanced tools
Comparing version 1.0.26 to 1.0.27
@@ -15,3 +15,3 @@ import Touch from 'hammerjs' | ||
e.className = 'route scroll hide' | ||
e.className = 'route hide' | ||
e.slide = false | ||
@@ -94,3 +94,6 @@ e.q = {} | ||
route.t.back[i].on('tap', () => { | ||
if (typeof cordova != 'undefined') cordova.plugins.Keyboard.close() | ||
if ( typeof cordova != 'undefined' | ||
&& typeof cordova.plugins.Keyboard != 'undefined') | ||
cordova.plugins.Keyboard.close() | ||
history.go(-1) | ||
@@ -145,2 +148,3 @@ }) | ||
} | ||
} | ||
@@ -237,2 +241,6 @@ | ||
.route > .scroll { | ||
height: ${ r }; | ||
} | ||
.scroll { | ||
@@ -239,0 +247,0 @@ overflow: scroll; |
{ | ||
"name": "autoroute.js", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"description": "Another lightweight javascript routing framework ", | ||
@@ -5,0 +5,0 @@ "main": "autoroute.js", |
@@ -9,2 +9,6 @@ # autoroute.js | ||
**1.0.27** | ||
- Add native scrolling class, and improvements for Cordova | ||
**1.0.26** | ||
@@ -11,0 +15,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7614
229
43