mjpg link not rendering on mobile app when built using Meteor

余生颓废 提交于 2019-12-25 07:40:00

问题


I am currently trying to get a multi-image url to render in my app. It works when I am testing it out in the url, but when I deploy it on my android device it doesn't render at all. It shows that no image found icon.

I am able to successfully build it using Meteor and having Cordova build the mobile version for me.

Here is the url I am trying out for example.

<img src="http://193.85.239.147:86/mjpg/video.mjpg?COUNTER">

What I am particularly looking for is some sort of work around that could also render this similar to that of or some setting stuff I need to change.

I read that there is a version of Chrome that this bug is present, but the Cordova uses Chromium and I am unsure if the bug exist in that as well or not.

Edit:

Upon further test, when I build and use on android phone img won't render anything in which its src is a url/link. It renders properly when I use it in a web browser, but mobile it fails. This is an issue I have yet to figure out a work around.

来源:https://stackoverflow.com/questions/41371755/mjpg-link-not-rendering-on-mobile-app-when-built-using-meteor

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!