-
To reproduce we can use chrome mobile emulation, but the problem is persist on real devices as well.
Steps to reproduce:
1. Open https://www.pdftron.com/webviewer/demo/ in chrome
2. Upload this…
-
WebViewer UI version: 5.1.7, WebViewer Core version: 5.1.7.71369
WebViewer(...)
.then(function(instance) {
var docViewer = instance.docViewer;
// you must have a document loaded when…
-
It should be possible to customise context menu popups event the existing ones (TextPopup, AnnotationPopup).
Now they are hardcoded, can be easily solved with a configuration object like the custom…
-
Re: http://localhost:3000/#d=https://pdftron.s3.amazonaws.com/downloads/pl/demo-annotated.pdf&a=1&config=viewer-config.js
Chrome inspector reveals no network request for this resource.
Q. How do…
-
Title says most of it.
These two are not synced in any way. This can lead to weird cases where you set one to false and the other is true or vice versa.
-
Go to your Demo website:
1. Make 4 annotations.
2. Select the top one from inside the NotesPanel. Popup appears.
3. Select the note below that one. **Popup does not appear**
4. Select the note…
-
Hi - I'm getting this warning.
![image](https://user-images.githubusercontent.com/4165721/66228049-19991a80-e6a4-11e9-98f6-de097db97d51.png)
As you can see it pops up 40 times. Can you tell me w…
-
I am trying to pass this through the HTML request. I am only getting errors back. This does work in the editor as seen here.
![image](https://user-images.githubusercontent.com/58823942/75085102-ceb5…
ghost updated
4 years ago
-
Hi,
If you look at https://github.com/PDFTron/webviewer-ui/blob/1be39dcde7af4058ceb704a36a1eb2db694bdfd6/src/helpers/loadDocument.js#L174 it will only allow events of type 'string' or 'InvalidPDF' …
-
I installed Microsoft.Toolkit.Wpf.UI.Controls.WebView (v5.1.0) nuget package. Added a WebView control to my app and now my app it won't open. If I comment out the WebView, the app opens normally aga…