javascript - JSpdf working in Internet Explorer but not working in Chrome -
hi bit stuck here, trying use jspdf printing html pdf. first of tried examples , worked. when try implement same in django website, there issue.
1. working internet explorer, able download pdf
2. same not working chrome (why).
by following post :get_url().createobjecturl error able understand that:
issue ajax calls changing url other value.
also looked in :window.url.createobjecturl(blob); undefined in application
but doesn't says clear solution problem. how make things work.
so far have checked : none of js files inclusion missed , working fine internet explorer. in explorer ajax calls doesn't works
here error getting
any appreciated :)
not sure if can much, understand error seeing caused createobjecturl being undefined, first thing check why happens.
have tried writing window.ulr.createobjecturl(new blob)
in console? try writing on application page, , if stil happens, have changes url object.
the next step temporarily remove 1 javascript file @ time find out 1 makes trouble.
note: yes, know answer old, still needs answer.
Comments
Post a Comment