12-27-2019 00:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


12-27-2019 00:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
With SDK version 4 the onunload function works but the onload function doesn't get invoked.
Author | ch, passion for improvement.
Answered! Go to the Best Answer.
Accepted Solutions
12-30-2019 05:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



12-30-2019 05:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
onload was deprecated in SDK4, you can run code at the root of index.js instead to achieve the same effects.

12-27-2019 01:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


12-27-2019 01:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Moved to the SDK development board.

12-30-2019 05:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



12-30-2019 05:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
onload was deprecated in SDK4, you can run code at the root of index.js instead to achieve the same effects.

