πŸ‡ΊπŸ‡¦Ukraine @oleksandr p.

Lutsk
Account created on 26 January 2022, about 3 years ago
#

Merge Requests

More

Recent comments

πŸ‡ΊπŸ‡¦Ukraine oleksandr p. Lutsk

Faced with a similar issue on my project.

After a little investigation, I found incorrect triggering of the scroll event on the mobile devices, because this event was missed from the general event list.
Fixed by changing the "scroll" event to "touchmove".
Something like that:

// Trick to fix the infinite scroll on mobile devices.
if (window.innerWidth <= 992) {
  scrollEvent = 'touchmove';
}

Hope, my comment will be helpful to someone)

πŸ‡ΊπŸ‡¦Ukraine oleksandr p. Lutsk

Fixed incorrect plugin description.

πŸ‡ΊπŸ‡¦Ukraine oleksandr p. Lutsk

Fixed incorrect plugin description.

πŸ‡ΊπŸ‡¦Ukraine oleksandr p. Lutsk

Added additional variables for the GitLab CI file.

πŸ‡ΊπŸ‡¦Ukraine oleksandr p. Lutsk

Fixed comments on the relevant places and also fixed coding standards where needed. Created a new MR.

πŸ‡ΊπŸ‡¦Ukraine oleksandr p. Lutsk

I fixed coding standards and replaced necessary deprecated functions. Created a new MR.

πŸ‡ΊπŸ‡¦Ukraine oleksandr p. Lutsk

Oleksandr P. β†’ changed the visibility of the branch 3417231-coding-standards-and to active.

πŸ‡ΊπŸ‡¦Ukraine oleksandr p. Lutsk

Oleksandr P. β†’ changed the visibility of the branch 3417231-coding-standards-and to hidden.

πŸ‡ΊπŸ‡¦Ukraine oleksandr p. Lutsk

I added the default Gitlab CI template for the project. Created a new MR.

πŸ‡ΊπŸ‡¦Ukraine oleksandr p. Lutsk

I added the default Gitlab CI template for the project. Created a new MR.

πŸ‡ΊπŸ‡¦Ukraine oleksandr p. Lutsk

I added the default Gitlab CI template for the project. Created a new MR.

πŸ‡ΊπŸ‡¦Ukraine oleksandr p. Lutsk

I added the default Gitlab CI template for the project. Created a new MR.

πŸ‡ΊπŸ‡¦Ukraine oleksandr p. Lutsk

I added the default Gitlab CI template for the project. Created a new MR.

Production build 0.71.5 2024