我的图像显示有问题。在下面的捕获中,您可以看到我的存储库的处置。 ---必须显示图像的页面是模板/ agent / help / agentGuide.html中的模态。 ---假设启动模态的页面存在于templates / agent / help.html中, ---我的图片在img / help /
文件夹中问题现在在模式中:如果我在浏览器中启动模式,我可以正确地看到我的图像,但在物理设备中它们不会出现(它们被破坏)。 在模态(templates / agent / help / agentGuide.html)中,我将我的图像称为
我试图称他们为无所谓但没有任何作用。
我在android 5.1.1上测试它
答案 0 :(得分:0)
我的代码就是这个:
<!-- The container for How to login -->
<div class="list card">
<div class="item item-body">
<img class="full-image" src="img/loginForm.gif">
<p>
Before to Login, the user must provide two information: the
<strong>phone number</strong> and the
<strong>password</strong>
</p>
<p>
<a class="subdued">*<strong class="assertive">NOTE</strong>:
the provided phone number must have a full telephone format,
i.e. <strong class="assertive">+XXXXXXXXXXXX</strong> where
the 3 first symbols <strong>+XXX</strong> is the postal code
for the country</a>
</p>
</div>
</div>