Hi, I am developing a native app which has two windows for gear s2. On back press of window 2, window1 should be displayed.
I am doing
evas_object_hide(ad->win2);
evas_object_show(ad->win1);
Now, during this transition, it displays the main window of the gear, where the apps are displayed. This transition should be smooth. I am not able to get the root cause of the issue.