gpt4 book ai didi

nativescript - 带有角度的 Nativescript 6 中的错误 TS2339 : Property 'getter' does not exist on type 'typeof ios' .

转载 作者:行者123 更新时间:2023-12-04 04:59:28 24 4
gpt4 key购买 nike

从版本 5 代码升级到最新版本的 Nativescript 6 开始在 utils 中给出 ios 的 getter 错误。
类型“typeof ios”上不存在属性“getter”。在带有角度的 Nativescript 6 中。
此代码负责在 IOS 上关闭键盘。

检查官方文档没有方法可用
https://docs.nativescript.org/core-concepts/utils#ios

还尝试通过对象属性访问运行后出错
utils.ios.getter() 已弃用;改用各自的原生属性
utils.ios['getter'](UIApplication, UIApplication.sharedApplication)

utils.ios.getter(UIApplication, UIApplication.sharedApplication)
.keyWindow
.endEditing(true);

Getter 应该在 ios utils 中可用

最佳答案

utils.ios.getter(...)已在 {N} v5.4 中弃用,可能在 v6 中已删除。您应该直接访问该属性。

UIApplication.sharedApplication.keyWindow.endEditing(true);

关于nativescript - 带有角度的 Nativescript 6 中的错误 TS2339 : Property 'getter' does not exist on type 'typeof ios' .,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56918708/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com