EJLD
Posts: 0
Joined: Sun Jun 08, 2014 11:03 pm

icons not found

thks for your prompt action
enjoy your wknd :)

Fabio Andres Pino Gutierrez
Posts: 0
Joined: Mon Feb 22, 2016 1:54 am

icons not found

the problem is when u use the meta tag: content-security-policy this meta blocked this image because this image didnt provide a confidenciality source, because is loading from a diferent source than contained your application, already i dont know how solved the problem, im looking how make a solution.

Fabio Andres Pino Gutierrez
Posts: 0
Joined: Mon Feb 22, 2016 1:54 am

icons not found

THE SOLUTION WAS: put the following meta tag, because data: gap: is requiered for the header on mac browser, and chrome support the message for console for the navigation for mac, for didnt appera you must put data: gap:

Example:
<meta http-equiv="Content-Security-Policy" content="default-src 'unsafe-inline' data: gap: [url=http://localhost:3000;child-src]http://localhost:3000;child-src[/url] a rel="nofollow" target="_blank" title="Link http//tesisuactkchild-src"data: gap: http://tesis.tk;child-src/a 'self' data: gap: [url=https://ssl.gstatic.com;frame-ancestors]https://ssl.gstatic.com;frame-ancestors[/url] 'unsafe-inline' data: gap: [url=http://tesis.tk;"/>]http://tesis.tk;"/>[/url];

tesis.tk is the web service, and localhost:3000 is where my phonegap application already running, take care, if ur application is running in the same server u must use the following:

<meta http-equiv="Content-Security-Policy" content="default-src 'unsafe-inline' data: gap: a rel="nofollow" target="blank" title="Link http//localhost3000child-src"http://localhost:3000/aa rel="nofollow" target="blank" title="Link http//tesisuactkchild-src";child-src/a 'self' data: gap: [url=https://ssl.gstatic.com;frame-ancestors]https://ssl.gstatic.com;[/url][url=http://tesis.tk;%22/%3E]"/>[/url];

have a nice day :D

Return to “Issues”