ionic-native-transitions
ionic-native-transitions copied to clipboard
Click issue during transitions
I have a button on page A, that navigates me to page B. On page B i have an input field, that in same position as my button on page A. So when i touch the button to navigate to page B, the input field on page B is also touched ( -> focus on input, keyboard activated). It only happens when i use the native transitions.
Ionic info: Cordova CLI: 5.0.0 Gulp version: CLI version 3.9.0 Gulp local: Local version 3.9.1 Ionic Version: 1.2.4 Ionic CLI Version: 1.7.14 Ionic App Lib Version: 0.7.0 ios-deploy version: 1.8.3 ios-sim version: 5.0.4 OS: Mac OS X El Capitan Node Version: v0.12.2 Xcode version: Xcode 7.2 Build version 7C68
If the input is not at the exact same position, is it focused as well?
No, it doesnt
No, it doesnt
Same like https://github.com/shprink/ionic-native-transitions/issues/58
Any of you have had the time to debug it?
Any updates
@shprink Yes but I can't share app.
not even a hint no problem
I think it's something related to this http://developer.android.com/training/gestures/viewgroup.html
same problem.. any solution?
even if it's an old question... for posterity: with Ionic, a workaround is to use the "data-tap-disabled" attribute on the dom element that triggers the native transition. if you have no problems with this attribute and its consequences, this fix the issue.