Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

exposing object properties in fitbit studio TextEncoder().encode

Specifically i'm trying to track down the source of  TextEncoder().encode, I'm using it in my simulator companion app, but when I load to IOS the the call fails with an error message indicating that  TextEncoder is unknown. 

 

Best Answer
0 Votes
1 REPLY 1

I'm not sure if it's specifically supported or not, but you could try adding the polyfill.

https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder

Best Answer
0 Votes