Hello. I'm new with tizenOS development so I hope you can help me with one thing.
I'm working on messenger app for social network vk.com for wearable device (gear S3 frontier). I have made menu using list that has "Friends" and "Messages" options. "Friends" is IndexScrollbar list and "Messages" is thumbnail list with sub-text. I do a request to vk.api and get elements that I append using jquery to the end of <ul> element.
So the problem is that Tizen Advanced UI stops working as it should because lists are generating after HTML document load. Scrolling with rotary selector and selecting as SnapList element does not work. It works on these pages only if I get to some other page next to it and press Back button.
I think the solution is to add some loading screen before this pages, but I have no idea how to make it. Or may be there is some easier and better solution.
Hope someone can help me with that.