mirror of
https://github.com/ogoguel/activegs-ios.git
synced 2025-08-13 17:24:59 +00:00
Merge branch 'master' into icade
This commit is contained in:
@@ -2183,8 +2183,10 @@ int x_adb_get_keypad_y()
|
||||
|
||||
debug_printf("setInputAccessoryView:accessView");
|
||||
// IOS8
|
||||
[self.accessView removeFromSuperview];
|
||||
[self.textField setInputAccessoryView:self.accessView];
|
||||
if ( !isHardwareKeyboard() ) {
|
||||
[self.accessView removeFromSuperview];
|
||||
[self.textField setInputAccessoryView:self.accessView];
|
||||
}
|
||||
|
||||
[self.textField becomeFirstResponder];
|
||||
}
|
||||
|
Reference in New Issue
Block a user