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

Details

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

    • iOS/tvOS/watchOS

    Description

      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

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes