-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Slider should work on the iPhone like it does on other platforms.
What is the current behavior?
Slider does not slide on iPhone. You can touch in a new location, and it will send the new value, but touching the slider circle does not allow it to be moved.
Which versions of Angular, Material, OS, browsers are affected?
IOS 10.1.1, both Safari and Chrome
NPM:
"dependencies": {
"@angular/common": "^2.1.0",
"@angular/compiler": "^2.1.0",
"@angular/core": "^2.1.0",
"@angular/forms": "^2.1.0",
"@angular/http": "^2.1.0",
"@angular/material": "^2.0.0-alpha.10",
"@angular/platform-browser": "^2.1.0",
"@angular/platform-browser-dynamic": "^2.1.0",
"@angular/router": "3.0.0",
"@types/chai": "^3.4.34",
"@types/chartist": "^0.9.33",
"admin-lte": "^2.3.8",
"angular2-chartist": "^0.10.1",
"angular2-jwt": "^0.1.24",
"angular2-toaster": "^1.0.2",
"angularfire2": "^2.0.0-beta.6",
"auth0-lock": "^10.4.0",
"bootstrap": "^3.3.7",
"chart.js": "^2.4.0",
"core-js": "^2.4.1",
"font-awesome": "^4.7.0",
"hammerjs": "^2.0.8",
"ionicons": "^3.0.0",
"jquery": "^3.1.1",
"ng2-bootstrap": "^1.1.5",
"ng2-charts": "^1.4.1",
"rxjs": "^5.0.0-beta.12",
"ts-helpers": "^1.1.1",
"zone.js": "^0.6.23"
},