+ 9
Loading images
https://code.sololearn.com/W8NgWADzsjB1/?ref=app Something really strange happens: I made the memory game below and on pc at sl website everything works nice, however on the phone, at sl mobile app the images aren't loading! Do you have the same problem after clicking red buttons in my program?
6 Respuestas
+ 9
or I will move my game to my server and post an iframe at Sololearn... Btw thanks for your post ~
+ 8
ok, you're right, this test iframe ensured me
https://code.sololearn.com/Wi3SEAzmEvsi/?ref=app
+ 3
Its same problem of https://www.sololearn.com/Discuss/1300792/?ref=app (only that cannot load a js file)... In practice server that must send you the images, before this run anti-bot protection sending you an cookie and forcing browser to resend the request with this cookie (that has an encripted value)... On mobile dont work for security reasons... Put your images on a server that dont run this protection
+ 3
You will not resolve your problem if server do always this protection... I repeat... Put your images on another server
+ 3
Strangely now works either codes to me 😓😓😓
0
Hallo