Unable to select checkboxes in iOS 10
See original GitHub issueIonic version: (check one with “x”) [ ] 1.x [ ] 2.x [x ] 3.x
I’m submitting a … (check one with “x”) [x ] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
Unable to select ion-checkbox
components in iOS 10. The selected state does not change, and there is no feedback of any kind, or any console logs that may help.
Expected behavior:
Tapping an ion-checkbox
should toggle the selected state.
Steps to reproduce: Try the following code on iOS 10 (haven’t got any devices with iOS < 10 to test on, so unsure if this is limited to 10).
Related code:
<ion-label>Test</ion-label>
<ion-checkbox></ion-checkbox>
Other information:
Tried upgrading to ionic-angular
3.2.1, and all Angular deps to 4.1.0 - same issue.
Ionic info: (run ionic info
from a terminal/cmd prompt and paste output below):
Cordova CLI: 6.5.0
Ionic Framework Version: 3.1.1
Ionic CLI Version: 2.2.2
Ionic App Lib Version: 2.2.1
Ionic App Scripts Version: 1.3.7
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Windows 7
Node Version: v5.11.1
Xcode version: Not installed
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (2 by maintainers)
I have the app using 3 modules, Angular 2 style:
CoreModule
,SharedModule
andAppModule
. I was doingIonicModule.forRoot(MyApp)
inCoreModule
as well as inAppModule
- removing this fromCoreModule
has fixed this issue.This is weird though. Any idea why this would cause the problem?
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.