Sololearn app or phone problem? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

16th Nov 2018, 9:44 AM
Igor Kostrikin
Igor Kostrikin - avatar
2 Answers
+ 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)
16th Nov 2018, 10:01 AM
KrOW
KrOW - avatar
0
history.go(0) has the same effect in the app. Can you recommend refresh method?
16th Nov 2018, 10:52 AM
Igor Kostrikin
Igor Kostrikin - avatar