Closed Trott closed 12 years ago
userAgent.getBrowserEngineVersion() does not return the correct value for current iPhones. To see the horror, run this code:
<script src="http://m.ucla.edu/assets/js.php"></script> <script>alert(mwf.userAgent.getBrowserEngineVersion())</script>
Rich, these string matches were done extremely quickly when we had to refit DTS fast because of WURFL. They could definitely be much improved.
OK, fixed this one in dev. You'll want to port to DTS itself.
userAgent.getBrowserEngineVersion() does not return the correct value for current iPhones. To see the horror, run this code: