stefanwalther / sense-media-box

Include web pages, videos, images and much more into your Qlik Sense app.
Other
28 stars 14 forks source link

Verify the NPrinting requirements #29

Open andreaBertazzo opened 6 years ago

andreaBertazzo commented 6 years ago

Description

Hi, I am testing this extension with NPrinting and I have some problems with the rendering. NPrinting has some requirements on extensions. Could you, please, confirm that they are met?

  1. A third-party extension can be used as a table if:

    The object contains exactly one hypercube. The hypercube is either straight or stacked.

  2. Qlik NPrinting does not support the exporting or printing of visualization extensions that use:

    External resources. External and undocumented JavaScript modules or APIs.

  3. Did you use the paint method to inform Qlik NPrinting that the extension has finished rendering. Otherwise, you could have blank or partially rendered images?

    // ..., paint : function() { return qlik.Promise.resolve(); } // ... [Description of the issue]

Steps to Reproduce

  1. [Step one]
  2. [Step two]
  3. ...

Expected behavior

[What you expected to happen]

Actual behavior

[What actually happened]

[Please include log files (e.g. Qlik Sense Server logs or Chrome Dev Tools' console output to the issue).]

Environment

Operating system

[ ] Windows
[ ] OSX
[ ] Linux

Qlik Sense

[ ] Desktop
[ ] Enterprise

Browser

[ ] Chrome
[ ] Firefox
[ ] Internet Explorer
[ ] Edge
[ ] Others: XXX

Versions

BastienLaugiero commented 6 years ago

Hi,

I am also experiencing the same issue described above. Do you have any update on this ?

Thank you in advance.