Page 2 of 2

icons not found

Posted: Fri Dec 04, 2015 3:14 pm
by EJLD

thks for your prompt action
enjoy your wknd :)


icons not found

Posted: Mon Feb 22, 2016 1:54 am
by Fabio Andres Pino Gutierrez

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.


icons not found

Posted: Mon Feb 22, 2016 3:20 pm
by Fabio Andres Pino Gutierrez

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