-
#### Description
Summary:
When embedding a UITextView with links (via attributedText) into a UITableViewCell, tap&holding on the links invokes the selection gestures, instead of invoking an action on…
-
There is a fatal [bug](https://github.com/flutter/flutter/issues/70267) in Flutter's Japanese text input.
Therefore, in my app, UITextView is displayed as PlatformView.
After supporting Flutter2, I …
-
### Description
Text of UITextView is not displayed in the view, when default text color of the Editor is converted to UIColor and set to UITextView in Xamarin Forms (iOS). Kindly find the sample b…
-
I have a rich string with a remote long picture inside. But how can I get the height of the picture or the textVIew? (Width is known)
I have tried UITextView.sizeThatFits(
-
It seems that after a couple of call to bindToEventName:, selecting a UITextView for text insertion break its auto-layout constraints and position itself in apparently random position. I've attached a…
-
我刚新建了一个空的工程,使用YYTextView的时候会直接崩溃,报错为:exception 'NSInternalInconsistencyException', reason: 'Application windows are expected to have a root view controller at the end of application launch'
但是使用系统的…
-
**Bug 表现**
我创建一个UITextView,点击textview,点击键盘左下角的emoji选择任意emoji输入后崩溃
**截图**
**如何重现**
1. 集成QMUIKit,在UITextview中输入emoji,就会崩溃
**其他信息**
- 设备: iPhone14 128G
- iOS 版本: iOS16.6
- Xcode 版本: …
-
As I understand, if I want `Font` trait to support `UITextView` I have to modify `Font` source code: add `UITextView.self` to `restrictedTypes` array and modify `apply` method.
IMO, if target type …
-
Hey. Maybe someone implemented the Rx extension for the AnimatedTextInput like the standard RxSwift extensions for UITextView and UITextField (UITextView + Rx / UITextField + Rx)? Share the code pleas…
-
I'm adding a uitextview into a view, and add this view in ios7alertview content, and the keyboard does not appear.
I'm doing something wrong, or there is a bug?
Code:
```
int width = self.view…