arvgta / ajaxify

Ajaxify - The Ajax Plugin
https://4nf.org/
274 stars 124 forks source link

Enable touchstart again for prefetching #177

Closed arvgta closed 4 years ago

arvgta commented 4 years ago

At the moment, the following line, which enables prefetching on touchstart is disabled, but will be re-enabled asap(when other bugs in the way are eliminated):

$(document).on("touchstart", selector, _prefetch); // ToDo - for touchscreens - same thing -> usage of "on" / "one" unclear
arvgta commented 4 years ago

Solved - in course of this release

With many thanks to Edin once more!