How to show verification code suggestion on keyboard from Message

后端 未结 4 1646
清歌不尽
清歌不尽 2020-12-25 14:10

I watched this video What\'s New in Cocoa Touch at WWDC 2018 and seen:

How to show this information?

4条回答
  •  死守一世寂寞
    2020-12-25 14:37

    For those who's searching how to do that in HTML: need to add autocomplete="one-time-code" for your input field.

    
    

    (from Apple Docs)

提交回复
热议问题