Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] iOS打字断流问题 #18

Closed
ypwhs opened this issue Mar 19, 2023 · 13 comments
Closed

[Bug] iOS打字断流问题 #18

ypwhs opened this issue Mar 19, 2023 · 13 comments
Labels
bug Something isn't working

Comments

@ypwhs
Copy link

ypwhs commented Mar 19, 2023

在手机上打字总是会被打断,不知道为什么。

视频如下:

RPReplay_Final1679225990.mov
@ypwhs ypwhs changed the title [Bug]打字断流问题 [Bug] iOS打字断流问题 Mar 19, 2023
@iHTCboy
Copy link
Member

iHTCboy commented Mar 19, 2023

@ypwhs 这个看像是系统或输入法的问题,其它 app 表现是这样的吗,我是用五笔,对拼音输入不太了解,看看是不是系统配置影响? 比如自动改正什么的,以下是我的配置:

screenshot

@coder-free
Copy link

我也遇到了同样的问题,拼音打字总是变成莫名其妙的字母,应该和输入法无关,在其他app从来没出现过

@ypwhs
Copy link
Author

ypwhs commented Mar 19, 2023

我也遇到了同样的问题,拼音打字总是变成莫名其妙的字母,应该和输入法无关,在其他app从来没出现过

是的,其他 APP 没有这个现象,只有这个 APP 有这个问题。

@iHTCboy
Copy link
Member

iHTCboy commented Mar 20, 2023

@ypwhs @coder-free 我在苹果论坛看到这样的反馈:

https://discussionschinese.apple.com/thread/253159176

前往“设置”>“通用”>“键盘”,确保“自动改正”、“检查拼写”和“输入预测”开关关闭,确认使用情况。

不太清楚是不是这个原因,因为我从用电脑开始就用五笔,现在不太懂拼音输入法,这个问题这周有时间研究一下🤩

@iHTCboy iHTCboy added the bug Something isn't working label Mar 20, 2023
@coder-free
Copy link

@iHTCboy 你说的这几个我关了,但是没有用,打字特别痛苦
我感觉是不是 swiftui 的输入框不行,要不要试试 swiftuix 提供的 uitextfield,纯属猜测。
我本来准备自己试呢,但是 swift package 国内实在费劲,系统代理他不用,github代码搞不下来。。。
还有,那个 openai 的库,能不能重新添加一下,用https协议的git地址,别用 git@github 这个协议,要配密钥才行

下面是我打字的视频,难受😣的很

RPReplay_Final16793249951.mp4

@iHTCboy
Copy link
Member

iHTCboy commented Mar 21, 2023

@coder-free 嗯嗯,这个打字的问题,也收到其它用户反馈。可以是 SwiftUI 问题或者需要配置一下输入框属性之类的

我感觉是不是 swiftui 的输入框不行,要不要试试 swiftuix 提供的 uitextfield,这个可以测试一下。(我这边周末才有空测试啊,-。-)

用https协议的git地址,别用 git@github 这个协议,这个后续会调整。

@0xfeedface1993
Copy link
Contributor

@iHTCboy 你说的这几个我关了,但是没有用,打字特别痛苦 我感觉是不是 swiftui 的输入框不行,要不要试试 swiftuix 提供的 uitextfield,纯属猜测。 我本来准备自己试呢,但是 swift package 国内实在费劲,系统代理他不用,github代码搞不下来。。。 还有,那个 openai 的库,能不能重新添加一下,用https协议的git地址,别用 git@github 这个协议,要配密钥才行

下面是我打字的视频,难受😣的很

#26 try this.

@coder-free
Copy link

@iHTCboy 我试了换成 SwiftUIX 提供的 CocoaTextField (对UITextField的包装) 就好了

@coder-free
Copy link

@0xfeedface1993 👍

@iHTCboy
Copy link
Member

iHTCboy commented Mar 22, 2023

@iHTCboy 我试了换成 SwiftUIX 提供的 CocoaTextField (对UITextField的包装) 就好了

👍 好的,今天有空,我合并发一个版

@iHTCboy
Copy link
Member

iHTCboy commented Mar 22, 2023

@ypwhs @coder-free @0xfeedface1993 发布了 2.2 ,可以测试看看是否修复~

@ypwhs
Copy link
Author

ypwhs commented Mar 22, 2023

@ypwhs @coder-free @0xfeedface1993 发布了 2.2 ,可以测试看看是否修复~

刚才测了一下,没有问题。

@iHTCboy
Copy link
Member

iHTCboy commented Mar 22, 2023

好的,感谢大家~🥳

@iHTCboy iHTCboy closed this as completed Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants