LikaloLLC / tourguide.js

A simple, lightweight, clean and small library for creating guided product tours for your web app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to execute 'scrollTo' (Android 6.0)

goodwin74 opened this issue · comments

Error closing tour:
Uncaught TypeError: Failed to execute 'scrollTo' on 'Window': No function was found that matched the signature provided.
tourguide.js

what to do, tell me, please?

RESOLVED:

window.scrollTo(this._initialposition)
replace by
window.scrollTo(this._initialposition.top,this._initialposition.left)