Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个反应应用程序。我在苹果手机上测试。我的问题是,当我收到短信时,我会在键盘上方收到建议的号码。当我点击它时,我需要在 OTP 输入框中填写该数字。那么点击触发的事件是什么?
onPaste 和 onDrop 事件不适用于点击。
在所有推送通知中,点击 appDelegate 类的这个方法:
func userNotificationCenter(_ center: UNUserNotificationCenter,didReceiveresponse: UNNotificationResponse,withCompletionHandler completionHandler: @escaping () -> Void) { }