Fix window.open() not working in webapp on RPi4 65/307165/5
authorsidpaswan <s.paswan@samsung.com>
Tue, 5 Mar 2024 13:34:56 +0000 (19:04 +0530)
committerBot Blink <blinkbot@samsung.com>
Thu, 7 Mar 2024 11:50:37 +0000 (11:50 +0000)
commit8b2936e713fe124ca0dd2317b639f686aaee7a3c
treee91ea4b0ebe78c8962f337511c045724fabd3126
parentcb10065b5b90318606a20e83db2259c4cbaf2806
Fix window.open() not working in webapp on RPi4

The view was not updating when Show() was called whenever
new window is launched. This patch fixes this issue by updating
the view everytime Show() is called and new view is shared back
to be overwritten over the previous view and now the tct behaviour
app works fine.

Change-Id: I0b9dc652612d7999f5f0539784e747cf6cb5205f
Signed-off-by: sidpaswan <s.paswan@samsung.com>
wrt/src/browser/wrt_native_window_off_screen.cc