Arno Welzel

Results 309 comments of Arno Welzel

Ok, I see one difference: `document.documentElement.requestFullscreen` `document.documentElement.webkitRequestFullscreen` vs: `document.fullscreenEnabled` `document.webkitFullscreenEnabled` I'll change that later and let you know when you can test it.

@acwolff I updated the code for the example at https://arnowelzel.de/samples/photoswipe5/ - can you please check if it works on an iPad as well now?

JFTR: the changes are also part of the official release of https://github.com/arnowelzel/photoswipe-fullscreen/

> I don't fully understand why nextcloud can't call nextcloud to create a file... what is the "programming" issue? is there some code you can point to? thank u @arnowelzel...

> well, can't we just post the binary file as it is from js, to a backend entrypoint? bit by bit?! Sorry - no, this is not possible. KeeWeb only...

Creating a new file within KeeWeb does not help as it can not be saved to Nextcloud as a new file. Syncing a new file to Nextcloud would require to...

> I'm no longer maintaining this app. > > The new official repo is located here: https://github.com/jgraph/drawio-nextcloud/issues But the "Report a bug" link in the app still links to this...

JFTR: The proposal as suggested in https://github.com/dimsemenov/PhotoSwipe/issues/1765#issuecomment-934010548 seems to work with a current version now even with looping.

@acwolff I didn't. I just use it as it is. See in action here (the integration is a WordPress plugin): Demos: https://wordpress-demo.arnowelzel.de/lightbox-with-photoswipe-5/ https://wordpress-demo.arnowelzel.de/lightbox-with-photoswipe-5-overlay-caption/ Source: https://github.com/arnowelzel/lightbox-photoswipe The relevant frontend code: https://github.com/arnowelzel/lightbox-photoswipe/blob/5.1.0/assets/ps5/frontend.js#L408-L425