This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ============================================================= | |
| // iOS Custom Keyboard Extension — Complete Edge Touch Fix | |
| // ============================================================= | |
| // PROBLEM: | |
| // Custom iOS keyboard extensions suffer ~1 second delay or | |
| // complete touch loss on keys near left and right screen edges. | |
| // This bug affects approximately 90% of App Store keyboard apps | |
| // including apps with millions of downloads. | |
| // | |
| // ROOT CAUSE: |