Changeset 245708 in webkit
- Timestamp:
- May 23, 2019, 1:20:03 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-608.1.24.20-branch/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm
r245690 r245708 1671 1671 { 1672 1672 // FIXME: We should add the logic to handle keyboard visibility during focus redirects. 1673 return [self _shouldShowAutomaticKeyboardUIIgnoringInputMode] 1673 return [self _shouldShowAutomaticKeyboardUIIgnoringInputMode]; 1674 1674 #if USE(UIKIT_KEYBOARD_ADDITIONS) 1675 1675 if (GSEventIsHardwareKeyboardAttached())
Note:
See TracChangeset
for help on using the changeset viewer.