01-27-2020 06:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Jogger
4
0
3
01-27-2020 06:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.

1 REPLY 1
01-27-2020 13:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


Fitbit Developer
2266
575
1162
01-27-2020 13:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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

