[Tizen7.5 Migration][VD] Fix load early url issue 59/293059/1 submit/tizen/20230530.160042
authorDongHyun Song <dh81.song@samsung.com>
Mon, 8 May 2023 05:16:48 +0000 (14:16 +0900)
committerDongHyun Song <dh81.song@samsung.com>
Fri, 19 May 2023 03:44:51 +0000 (12:44 +0900)
commit19ba690a97c1fae238fa34330a48cf1102a2bf3f
tree49ef69abcc2ec215d6c4efaa92b80367bafe75f1
parent56a9e77d117749269f8a6166d4c5f2e3c9dea55e
[Tizen7.5 Migration][VD] Fix load early url issue

If the app has app-control option in config.xml, app can jump the
URL defined in the option. Then it will not be a default src.

In this case, the app has to be able to jump to defined URL again.

FYI) This early-load URL feature is enabled to TV profile.

Reference:
https://review.tizen.org/gerrit/#/c/platform/framework/web/wrtjs/+/292434/

Change-Id: Iedf48ad48a5b1fb73f6e84d812c2820304e53480
Signed-off-by: DongHyun Song <dh81.song@samsung.com>
wrt_app/src/runtime.ts
wrt_app/src/web_application.ts