+ 2
Annoying bug
It's really annoying that SoloLearn randomly doesn't enable external resources on my phone. I literally copy text from one SL code to another and in one it works, but in another one it doesn't. Or even copy the same line from one place to another in the same code and it doesn't work. I know that I need to declare the resource before requesting it and I did double check everything. So far I noticed it with jQuery and Google Icons external resources. If someone will bother I can send screenshots or something
6 Antworten
+ 5
What happens when it doesn't work?
Also, do you have one that's currently not working that you can link to me?
+ 1
@Netkos Ent
Thank you for you reply.
In this one Google Icons work
https://code.sololearn.com/WFQ5CxIM4c7k/?ref=app
But in this on they don't
https://code.sololearn.com/WPKl30fER1hp/?ref=app
The second code does work on Dcoder Android app and Firefox computer version. But it doesn't work on SoloLearn and Chrome Android app. Maybe I'm missing something. Infortunately I didn't save the code which was totally crazy, because it had 2 identical lines of code containing 1 Google icon each (identical) right next to each other. One line was copied from a working code and another one rewriten by hand. I double checked for errors on my end but there weren't any
+ 1
Ok, I think I managed to do it. By trial and error and stupid copying and pasting I managed to replicate that previous crazy code I didn't save - I created 2 identical lines in my second code "Nyan Cat". One of them works, another one doesn't. Do you see it too? (I hope you do, because otherwise I might seem like trolling or something, but I'm not)
+ 1
The first arrow_upward in he second div element is just plain text. The second arrow_upward in the second div element is an icon
+ 1
I "force stopped" the SoloLearn app and reopened it and the "Nyan Cat" code still shows the same result as I described in my previous reply.