iOS Swype Keyboard Uncaught Exception

Recently I encountered and issue in iOS that force closes the app when tapping on a text box. First, I thought it was something to do with Ionic View, so I built the app using Xcode. Still had the same issue. I started digging through the device console and noticed that I received an uncaught exception from the app when the keyboard is switching. Something about the keyboard UI was using a background thread, but any UI needed to be on the main thread. I was using the Swype keyboard at the time, so I turned Swype off and used the stock iOS keyboard. So far I have not had any issues using the stock keyboard.

Has any one had any issue with using third party keyboards with iOS? This is a show stopper for my app at this point for iOS. I haven’t had any issue with Android.