glideapps / autotune

Automatically tunes apps and websites to improve outcomes

Home Page:https://autotune.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autocompletion for scenarios without explicit completion events

dvdsgl opened this issue · comments

We should have an 'ambient completion', especially for HTML clients.

Candidates

  • Duration on page
  • Scroll to bottom of page
  • Click an internal link
  • Submit a form

Activation

We can consider making this automatic, for example, if you don't have an autotune attribute on any links or buttons, but this still would not catch if you have aututone.complete in JavaScript somewhere.

Manual activation:

<script>autotune.autocomplete()</script>

setTimeout("autotune.complete(0.1)", 10000) is probably a great start