Hi Tizen community.
I have another question. I'm creating a sample app for Tizen but the same code is working differently on both platform version (Tizen 4 and 5).
1. For example: Simplest listView object (on Tizen 4) after rotate bezel is scrolling 1 position down/up, but on Tizen 5 I have a scroll 2 position down/up.
2. Another problem: If I have active, for example, 3rd element on listView, on Tizen 5 I can't click on the previous element on list (2nd) but it's working for next element (4th). On Tizen 4 everything is working well (both prev and next element click).
Next change is that, on Tizen 5 during scrolling listView, prev/next element are smaller than currently active one (on Tizen 4 each elements have the same size) Is it normal?
I don't know I can configure that behavior etc. but I can't find any answers or solutions for that.
Thanks in advance!