ionic-native-transitions icon indicating copy to clipboard operation
ionic-native-transitions copied to clipboard

Click issue during transitions

Open mertaksoy opened this issue 9 years ago • 11 comments
trafficstars

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

mertaksoy avatar Feb 19 '16 08:02 mertaksoy

If the input is not at the exact same position, is it focused as well?

shprink avatar Feb 19 '16 15:02 shprink

No, it doesnt

yuzdeyuzmert avatar Feb 19 '16 19:02 yuzdeyuzmert

No, it doesnt

mertaksoy avatar Feb 19 '16 19:02 mertaksoy

Same like https://github.com/shprink/ionic-native-transitions/issues/58

gynekolog avatar Feb 25 '16 12:02 gynekolog

Any of you have had the time to debug it?

shprink avatar Feb 25 '16 15:02 shprink

Any updates

AtulaGuleria avatar Mar 07 '16 08:03 AtulaGuleria

@shprink Yes but I can't share app.

gynekolog avatar Mar 07 '16 09:03 gynekolog

not even a hint no problem

AtulaGuleria avatar Mar 07 '16 10:03 AtulaGuleria

I think it's something related to this http://developer.android.com/training/gestures/viewgroup.html

michaeldisaro avatar Mar 30 '16 07:03 michaeldisaro

same problem.. any solution?

danielptn avatar Apr 01 '16 14:04 danielptn

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.

duddu avatar Nov 30 '16 12:11 duddu