XmlHttpRequest on Tizen TV exits application

徘徊边缘 提交于 2019-12-06 00:16:27

Don't forget to add privilege and allow domains in your config.xml

<access origin="*" subdomains="true"></access>
<tizen:privilege name="http://tizen.org/privilege/internet"/>

After searching, it appears TOAST deleted the following line:

    <access origin='*' subdomains='true'/>

All I had to do to make my app work was adding this line again into config.xml file. Problem solved!

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