[VD] Fix issue for app deeplink that page is not reload 35/219535/2 accepted/tizen/5.5/unified/20191213.064206 submit/tizen_5.5/20191212.093338
authorliwei <wei90727.li@samsung.com>
Thu, 5 Dec 2019 13:56:24 +0000 (21:56 +0800)
committerliwei <wei90727.li@samsung.com>
Fri, 6 Dec 2019 02:50:11 +0000 (10:50 +0800)
commit2a9a06be0a4e0105bc2ba1af71fc2de1bb3b73c6
treea097126e08afc5528427d1ba400f9828578888ec
parent1ba91b04fc59bdb5018db378b2c1825de9495c49
[VD] Fix issue for app deeplink that page is not reload

When amazon music app(3201710014874) is shown in FG, and press
preview in amazon music, page is not reload, bcz WRT think request
src is the same with original url.
request src is "file:///index.html#!/deepLink",
original url is "file:///index.html#!/main/home".
Actually they are different, WRT should reload it.

Change-Id: I7f7b5767c1a34b017f80d6babe8e58f760f967a1
Signed-off-by: liwei <wei90727.li@samsung.com>
wrt_app/src/runtime.js [changed mode: 0755->0644]