Onboarding UI - rows and images in JSON #158
-
Had a quick question about the Onboarding UI that is shown in the examples: I followed along in the code examples but cannot manage to get the second and third rows of 'input' fields to show up. (I'm following the accessoryView JSON example) I have a local .jpg image that I'd like to use on one of my pages. I have it setup as: "mediaType":"image", I feel like I'm missing something simple here. Thanks for your time. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hi 👋 Can you post here the json you're using to configure the onboarding UI? Hide any relevant information/PI of course. It would be easier to understand the issue. |
Beta Was this translation helpful? Give feedback.
-
I see, you're using the old format (mediaType and mediaPayload) for the first page and the new one (matrix of accessoryViews) for the second. They won't work together so you should switch also the first page to the new one.
Let me know if it works as expected now 👍 |
Beta Was this translation helpful? Give feedback.
-
Thanks for your assistance, SM! |
Beta Was this translation helpful? Give feedback.
I see, you're using the old format (mediaType and mediaPayload) for the first page and the new one (matrix of accessoryViews) for the second. They won't work together so you should switch also the first page to the new one.
This should be it: