@speedflyer wrote:
Hello all.
I submitted my app for a bugfix and it came back to me after review with
Guideline 2.1 - Performance - App Completeness
After some search I found some post but without any answers and updates from owner.
My app is an ionic 3 app. Issue occures when double clicking on an input with ipad Air 2. I am not able to reproduce the issue on my iphone 6s.
Does anyone faced this issue?
Last Exception Backtrace: 0 CoreFoundation 0x184437164 __exceptionPreprocess + 124 1 libobjc.A.dylib 0x183680528 objc_exception_throw + 55 2 CoreFoundation 0x184444628 -[NSObject+ 1377832 (NSObject) doesNotRecognizeSelector:] + 139 3 UIKit 0x18ddb2188 -[UIResponder doesNotRecognizeSelector:] + 295 4 CoreFoundation 0x18443c81c ___forwarding___ + 623 5 CoreFoundation 0x184321ccc _CF_forwarding_prep_0 + 91 6 UIKit 0x18de577c8 -[UIKeyboardImpl handleKeyCommand:repeatOkay:beforePublicKeyCommands:] + 3911 7 UIKit 0x18db8fbe8 -[UIKeyboardImpl handleKeyEvent:executionContext:] + 1255 8 UIKit 0x18e6b5fac -[UIKeyboardTaskEntry execute:] + 191 9 UIKit 0x18da1b5f0 -[UIKeyboardTaskQueue continueExecutionOnMainThread] + 383 10 UIKit 0x18db8f6c4 -[UIKeyboardImpl handleKeyEvent:] + 207 11 CoreFoundation 0x18443ead0 __invoking___ + 143 12 CoreFoundation 0x18431d36c -[NSInvocation invoke] + 291 13 UIKit 0x18e328ef0 -[UIRepeatedAction invoke] + 311 14 UIKit 0x18e328f38 -[UIRepeatedAction _preInvocationTimerFire] + 27 15 UIKit 0x18db8ed0c -[UIApplication _handleKeyUIEvent:] + 2119 16 UIKit 0x18ddb3790 -[UIResponder _handleKeyUIEvent:] + 79 17 UIKit 0x18ddb3790 -[UIResponder _handleKeyUIEvent:] + 79 18 UIKit 0x18ddb3790 -[UIResponder _handleKeyUIEvent:] + 79 19 UIKit 0x18ddb3790 -[UIResponder _handleKeyUIEvent:] + 79 20 UIKit 0x18ddb3790 -[UIResponder _handleKeyUIEvent:] + 79 21 UIKit 0x18ddb3790 -[UIResponder _handleKeyUIEvent:] + 79 22 UIKit 0x18db8e4a8 -[UIApplication handleKeyUIEvent:] + 107 23 UIKit 0x18dc6b700 -[UIApplication handleKeyHIDEvent:] + 703 24 UIKit 0x18e346e20 __dispatchPreprocessedEventFromEventQueue + 1103 25 UIKit 0x18e349898 __handleEventQueueInternal + 4759 26 UIKit 0x18e3427b0 __handleHIDEventFetcherDrain + 151 27 CoreFoundation 0x1843df77c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 23 28 CoreFoundation 0x1843df6fc __CFRunLoopDoSource0 + 87 29 CoreFoundation 0x1843def84 __CFRunLoopDoSources0 + 203 30 CoreFoundation 0x1843dcb5c __CFRunLoopRun + 1047 31 CoreFoundation 0x1842fcc58 CFRunLoopRunSpecific + 435 32 GraphicsServices 0x1861a8f84 GSEventRunModal + 99 33 UIKit 0x18da555c4 UIApplicationMain + 235 34 <myapp> 0x10127734c main + 29516 (main.m:32) 35 libdyld.dylib 0x183e1c56c start + 3
After looking at the exception it seems to come from a native library and not from my code/or cordova code.
Does anyone has an idea?
Posts: 1
Participants: 1