0
Sololearn app or phone problem?
Try to use location.reload() in code. Works excellent in web version. Does not work in Sololearn app. Is it problem of App for Android?
2 Réponses
+ 3
Its not a real problem.
On SL web, your code its runned inside an iframe, on SL App its runned in a local context (like if you have builded an in-memory stored web page)
0
history.go(0) has the same effect in the app. Can you recommend refresh method?