I have encoded the pdf to base64 and tried to load this base64encoded pdf into the browser like
data = "data:application/pdf;base64,"+base64encodedpdf; window.open(data);
It opens in chrome. But it doesn't open in firefox.
Help me.
You need to change the settings for Firefox applications. From:
To: