File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ ionic.tap = {
236
236
} ,
237
237
238
238
requiresNativeClick : function ( ele ) {
239
- if ( ionic . Platform . isWindowsPhone && ( ele . tagName == 'A' || ele . tagName == 'BUTTON' || ele . hasAttribute ( 'ng-click' ) || ( ele . tagName == 'INPUT' && ( ele . type == 'button' || ele . type == 'submit' ) ) ) ) {
239
+ if ( ionic . Platform . isWindowsPhone ( ) && ( ele . tagName == 'A' || ele . tagName == 'BUTTON' || ele . hasAttribute ( 'ng-click' ) || ( ele . tagName == 'INPUT' && ( ele . type == 'button' || ele . type == 'submit' ) ) ) ) {
240
240
return true ; //Windows Phone edge case, prevent ng-click (and similar) events from firing twice on this platform
241
241
}
242
242
if ( ! ele || ele . disabled || ( / ^ ( f i l e | r a n g e ) $ / i) . test ( ele . type ) || ( / ^ ( o b j e c t | v i d e o ) $ / i) . test ( ele . tagName ) || ionic . tap . isLabelContainingFileInput ( ele ) ) {
You can’t perform that action at this time.
0 commit comments