I am writing an apps with swift and Xcode 8 IDE for an iPad. The apps is using a physical barcode reader and an NFC card reader device. These devices is detected as keyboards by iOS. With this, the on-screen keyboard will not appear even if a text field is selected. In some part of my application I need a virtual keyboard to appear when a text field is selected. How can I overcome this issue? Thnks
Forcing keyboard to appear when a physical keyboard is attached
I have the same problem, did anyone solve this?