Search found 6 matches

by david.morrison
Tue Jun 01, 2021 11:38 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Loading an image from a different directory than the application is running
Replies: 1
Views: 4507

Loading an image from a different directory than the application is running

I am trying to use annotationViewer1.get_Images().openFile(filename, fileLoadComplete, fileLoadError); to load an image. As long as filename is under the application base folder (c:\inetpub\wwwroot\sitename\Images\image1.png), it works fine. How can I load an image from a different filepath, such as...
by david.morrison
Tue Oct 15, 2019 5:21 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: iOS 13 issue with text annotations
Replies: 9
Views: 7257

Re: iOS 13 issue with text annotations

Thank you for your research, I was not able to find anything about it.

I have updated my iPad to 13.2 beta 2 (17B5068e), and can confirm the issue is fixed in the text annotation double click.

Thanks again for the help!
by david.morrison
Fri Oct 11, 2019 5:57 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: iOS 13 issue with text annotations
Replies: 9
Views: 7257

Re: iOS 13 issue with text annotations

All iPad testing is using the default Safari browser. It looks like with iOS 13 Safari has started responding to the ondblclick event, and it is in the middle of the 2 mousedown/mouseup events that used to trigger the annotation text edit box.
by david.morrison
Fri Oct 11, 2019 5:27 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: iOS 13 issue with text annotations
Replies: 9
Views: 7257

Re: iOS 13 issue with text annotations

Using this to test: http://jsfiddle.net/osfwzm3v/2/
On the iPad with iOS 13 I get:
mousedown
mouseup
dblclick
mousedown
mouseup


On an iPad with iOS 11 I get:
mousedown
mouseup
mousedown
mouseup
by david.morrison
Fri Oct 11, 2019 4:05 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: iOS 13 issue with text annotations
Replies: 9
Views: 7257

Re: iOS 13 issue with text annotations

There are no javascript errors on the iPad (using a macbook to connect to check the console). I tried another page using a standard javascript ondblclick event and it works fine. Can you give me any more details on how the annotation is detecting a double click, or anywhere in the code I could look ...
by david.morrison
Thu Oct 10, 2019 10:57 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: iOS 13 issue with text annotations
Replies: 9
Views: 7257

iOS 13 issue with text annotations

We are having an issue with editing the text on text annotations with the new iOS 13 update. When you double click a text annotation, nothing happens. Sometimes if you continuously click it over and over it will finally go into edit mode. This can be reproduced by: Go to the demo page on an iPad usi...