swup / preload-plugin

A swup plugin for preloading pages to speed up navigation 🚀
https://swup.js.org/plugins/preload-plugin
MIT License
14 stars 14 forks source link

Start preloading links on `touchstart` #47

Closed hirasso closed 1 year ago

hirasso commented 1 year ago

Replaces #46 (splitting mobile and desktop behavior)

Description

This PR will start the preload for a link on touchstart, if not on a machine that supports hover: hover. That will start the preload ~80ms earlier than if it would start on click.

Checks

Additional information

I'll wait until this made it into master, before tackling the new mouseover logic for desktop (described in #46)