iOS 9 change few things in API - for example AVSpeechSynthesizer (TTS plugin) work with different rate. How to detect iOS version to manipulate some app variable?
Best regards
iOS 9 change few things in API - for example AVSpeechSynthesizer (TTS plugin) work with different rate. How to detect iOS version to manipulate some app variable?
Best regards
Typically, I use “system.getInfo()” with a parameter of “platformVersion”
https://docs.coronalabs.com/api/library/system/getInfo.html
Brent
THX Brent, I already found it.
Best regards
BTW. I was need it to fix iOS 9 speak speed ratio: https://forums.coronalabs.com/topic/59180-text-to-speech/page-2 and now it’s work fine
Typically, I use “system.getInfo()” with a parameter of “platformVersion”
https://docs.coronalabs.com/api/library/system/getInfo.html
Brent
THX Brent, I already found it.
Best regards
BTW. I was need it to fix iOS 9 speak speed ratio: https://forums.coronalabs.com/topic/59180-text-to-speech/page-2 and now it’s work fine