0

I an writing a keyboard extension for iOS8. There is bug in 2 apps and I want to hide my iOS 8 keyboard extension keyboard popup list of the 2 app when user click the global key. I saw some third keyboard can do this.

ric sze
  • 1
  • 1
  • I believe that this is impossible, and that there is another explanation for the behavior you've seen. Could you please name the keyboards and the apps they don't show up in? Note that keyboards can specify their capabilities, and if the textfield isn't compatible with them, it won't appear. – Ben Pious Mar 26 '15 at 17:24

1 Answers1

0

App can disallow using extension keyboard by shouldAllowExtensionPointIdentifier, but keyboard can't disallow using an app.I think it's that you saw.

avvensis
  • 917
  • 10
  • 20