-
## Environment
```
React Native Environment Info:
System:
OS: macOS High Sierra 10.13.5
CPU: x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
Memory: 25.07 MB / 16.00 GB
Shell: 3…
-
I have been exploring different approaches to hide the keyboard on an iPhone or add a custom button to dismiss it, but so far, I haven't found an optimal solution. In React Native, we can achieve this…
-
YYTextView设置inputView或inputAccessoryView,然后单击或长按inputView或inputAccessoryView会触发YYTextView的编辑或放大镜功能,我在YYDemo中测试也有同样的问题。望解决,谢谢!!
-
I'm currently working with a UIViewController which has a custom `inputAcessoryView`, as in
```
override var inputAccessoryView: UIView {
return myInputAccessoryView
}
```
The prob…
-
### Current behavior
**Issue Description:**
When returning to a screen that contains an `InputAccessoryView` by dragging back, the `InputAccessoryView` fails to appear. This issue specifically a…
audn updated
8 months ago
-
**Is your feature request related to a problem? Please describe.**
(I am not sure whether this is a bug, or rather a feature request, so sorry if I picked the wrong template).
I am using this libr…
-
I also posted this question on StackOverflow here: http://stackoverflow.com/q/23070823/142358
I created a test application and I can't get the next/previous toolbar to show above the keyboard while u…
-
I need to have an `inputTextView` with the following params:
- `inputTextView.height == 32`
- `font == .systemFont(ofSize: 16)`
- `inputTextView.insets.left == 12`
Tried to customize your "Advan…
-
### Description
ios issue : we should not see InputAccessoryView of the keyboard above the paywall :
### Version
v2.10.1
### What platforms are you seeing the problem on?
iOS
##…
-
Dears,
Now the app have view controller has the tableview to show realtime chat message and we added InputBarAccessoryView and implement it and it working .
but we have a search bar when this s…