use local image to display in webview for windows phone 8.1 -
i have created hybrid app in windows phone 8.1
one of pages uses webview control.
it has img element on it.
i have small image part of build of application. 'copy output directory' set 'copy always'
i have followed instructions page: enter link description here
none of samples work.
if assign image in c# code alternative use?
i need know how absolute path of image in solutions , id webview?
i guessing here.
can done?
additional:
my html on aspx page on server
<img src="/images/eyeon.png" />
i added eyeon.png image c# solution.
for following this. worked me:
src = "ms-appx-web:///images/nofeed.jpg"
hope helps people
Comments
Post a Comment