Frage

A Windows Store App in HTML/Javascript, I have following HTML code:

<img src="http://server/website/images/image.png" />

The image does not display, I get an X like image when an image is not found.

I have verified my url.

According to this article you can use HTTP URIs: http://msdn.microsoft.com/en-us/library/windows/apps/hh781229.aspx

What can be the issue?

War es hilfreich?

Lösung

To display images from an intranet source to following must be selected in the app manifest capabilities section:

  • Enterprise Authentication
  • Private Networks (Client & Server)
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top