Samsung / TAU

TAU (Tizen Advanced UI) project for supporting web app development based on web-based ui widget components library
Other
49 stars 42 forks source link

Tizen web UI, back functionality removes the dynamically added components #1685

Open vidurajith-darshana opened 3 years ago

vidurajith-darshana commented 3 years ago

Hello, I have a problem with the Tizen web app back functionality. The default back behavior is window.history.back()

Please refer to the below screen. the time bar time added by javascript.

4c3b9040b9a33a8ef13e0c53502a52c777db4e33

the time added screen → Screen A next screen → Screen B

after the app opens, I navigate from A to B. then back. no issue. Again navigate from A to B. then back again. now error happened.

error is dynamically added time removed and there is no time there. just the purple color background. The issue happened the second time back. Seems this is an error with UI rendering.

Thanks!