i want to user this filter/shader in my html5 project.
The problem is on Safari and Firefox (chrome works for me) the filter/shader is only working after i reloaded the page once. Also the example page has the same problem. I tried to load the .frag file first with jQuery.get() to get the file in the cache in the firstplace but no success also.
Does anyone has an idea why this is happening?
EDIT: for better understanding:
The Shader is not rendering in Firefox and Safari if you visit the page the first time (.frag file not in cache). Only a blank(default black / background-color of the canvas) canvas is visible