Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-42123

iOS-8 Extensions: API for Apps to Allow/Forbid i.e. to Forbid Custom Keyboards

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Out of scope
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.4.0 Beta
    • QPA
    • None
    • iOS-8

    • iOS/tvOS/watchOS

      Apps may wish to allow/forbid certain extension point identifiers
      in iOS-8.

      For example, from the link below:

      http://stackoverflow.com/questions/25911004/is-it-possible-for-an-app-to-disallow-custom-keyboard-in-ios-8

      To disable custom keyboard in your app completely override the application:shouldAllowExtensionPointIdentifier:

      • (BOOL)application:(UIApplication *)application shouldAllowExtensionPointIdentifier:(NSString *)extensionPointIdentifier {
        // Disallow custom keyboards
        return ![extensionPointIdentifier isEqualToString:UIApplicationKeyboardExtensionPointIdentifier];
        }

      Maybe it's related to QTBUG-38184

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            vestbo Tor Arne Vestbø
            coroberti Robert Iakobashvili
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes