简体   繁体   中英

Safari version iOS simulators

嗨,我正在开发ionic 3应用程序,我想知道iOS模拟器中使用的Safari版本,有人知道如何获得它吗?

Do you want to know the user agent string? You can grab it by visiting one of many sites, eg: http://www.whatsmyua.info ?

There's a great listing of Safari user agents at:

https://developers.whatismybrowser.com/useragents/explore/software_name/safari/

You can sort by version number, operating syste (OS X/iPad/iPhone etc)

iPhone simulator user agents will have the iPhone Simulator fragment in them, for example:

https://developers.whatismybrowser.com/useragents/parse/18845-safari-ios-iphone-webkit

Mozilla/5.0 (iPhone Simulator; CPU iPhone OS 5_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9B176 Safari/7534.48.3

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM