cedrozor
                                            cedrozor
                                        
                                    What mobile device are you using?
> Perhaps the swipe emulation feature of 2.3.0 caused the problem? It's possible, yes. You can disable the swipe emulation here, for see (set to false): https://github.com/cedrozor/myrtille/blob/b99671589ad0c18f7ccb0878d08e05bcb9cb15c6/Myrtille.Web/js/user.js#L53
I'll try to see what else changed after 2.2.0, thanks for your feedback
The mouse click an touch tap events are maybe overlapping... the same user action captured by both the mouse and touchscreen handlers, hence the double click result... strange, it never...
The same port can't be used at the same time by 2 different applications. TCP 80 is the standard port for HTTP servers, so you have to configure IIS (used...
> "2022-02-23 00:55:30,808 [11] ERROR System.Diagnostics redirection [(null)] - Failed to retrieve service process identity, remote session cdbf91dd-6173-400a-820b-67486d157899 (System.ServiceModel.AddressAlreadyInUseException: HTTP could not register URL http://+:80/Temporary_Listen_Addresses/27559611-8a30-4cef-ac61-97438f4d5f18/ because TCP port 80 is...
Hi, I don't remember the exit code returned by FreeRDP when a connection fails in enhanced mode (I will have to re-check that). What you can do is listen this...
Hi, Sorry for the little delay. The problem in your case is that you use the connection API which provides 1 time usable connections IDs, so you can't reuse the...
Hi Stephan, thanks for this PR ! I'm glad you were able to overcome this limitation and will make sure to merge it in the next version.