katzer / cordova-plugin-badge

Access and modify badge numbers
Apache License 2.0
408 stars 254 forks source link

The iOS 15 user-agent string no longer contains the term "iPad" #150

Open u01jmg3 opened 2 years ago

u01jmg3 commented 2 years ago

The user-agent string for an iPad running iOS 15.3.1:


https://github.com/katzer/cordova-plugin-badge/blob/8e870f7f358d9435180f92dba4d2fc3b7f52bb4f/www/badge.js#L21

https://github.com/katzer/cordova-plugin-badge/blob/8e870f7f358d9435180f92dba4d2fc3b7f52bb4f/www/badge.js#L144-L150

u01jmg3 commented 2 years ago

This is one possible solution.