You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/07/16 06:01:10 UTC

[GitHub] [cordova-plugin-inappbrowser] nsandeep87 edited a comment on issue #488: InAppBrowser causes issues with MSApp's printing API

nsandeep87 edited a comment on issue #488: InAppBrowser causes issues with MSApp's printing API
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/488#issuecomment-511677168
 
 
   I see this issue on performing the following steps:
   1. Open the inappbrowser
   2. Close the the inappbrowser ( ref.close())
   3. Try to invoke Windows.Graphics.Printing.PrintManager.showPrintUIAsync();
   4. I get the error Unhandled exception at line 357, column 1 in res://edgehtml.dll/preview.js​
   
   However if I hide the inappbrowser, instead of close it, the issue is not reproducible.
   1. Open the inappbrowser
   2. Hide the the inappbrowser ( ref.hide())
   3. Try to invoke Windows.Graphics.Printing.PrintManager.showPrintUIAsync();
   4. I get the error Unhandled exception at line 357, column 1 in res://edgehtml.dll/preview.js​
   
   So any workaround for this will be helpful

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org