[Interest] Qt on iOS-9 - How to Disable Shortcuts Bar on Apple's Keyboard

Robert Iakobashvili coroberti at gmail.com
Sun Sep 20 09:36:50 CEST 2015


Gentlemen,
iOS-9 adds to Apple's keyboard Shotcuts Bar taking space.

Settings -> General -> Keyboard has a way to disable Shotcuts,
and if predictive input is also disabled by either Settings or programmatically,
user gets this extra space.

We can disable predictive input by setting a hint to a text widget,
but no way to get rid from Shotcuts Bar.

Here's the suggestions found on net.

https://forums.developer.apple.com/thread/4664

http://stackoverflow.com/questions/31877080/hiding-copy-paste-return-panel-in-ios-9-shortcuts-panel

How could it be done in Qt widget application, i.e. with QTextEdit?

Your suggestions would be welcomed.

Regards,
Robert



More information about the Interest mailing list