AndrewElans
AndrewElans
Will you please advise the best method to hide the page content on safari?
Works like a charm with photoswipe 4.1.3, slightly modified though. Coupled also with the royalslider.
It works on Safari though. Chrome on ios also has a bottom toolbar which disappears on scroll up, and in this case the image in fullscreen is not vertically centered....
@Dmitry2703, please have a look at my website, furulundjordet10c.no, for details of the fix. Photoswipe is combined with the RoyalSlider there. I'm a little busy now to give you a...
Hi, @Dmitry2703, on iphone it works as it should on ios 15.1. Screen Capture of behaviour https://youtu.be/AouKiSe0wp0
If you place autoCompleteJS.select(0) in the results event, it fires without error. `autoCompleteJS.input.addEventListener("results", function (event) { console.log(event.detail); autoCompleteJS.select(0) });` Type something and item with index 0 is automatically selected. I...
Any news on this bug?
I guess the reason why this _TypeError: Cannot set properties of undefined (setting 'event')_ is fired is because **select(index)** is called when **function init (ctx)** is not yet complete. I...
I saved the file and added from a local folder which fixed the issue.
I think I found the root cause. If you have 3 script files loading one after another, ie chart.js, than adapter.js, than app.js, the finished load order is often different....