+ 7
Is anyone having trouble Loading this?
Im currently devolping here on my pc. For some reason I cant load it from my phone. Is thst only me or are you guys also having this problem? https://code.sololearn.com/WfiP90RdFcJc/?ref=app Edit: Atm the pics arent loading because my server is down. Ill get it back up soon
33 Answers
+ 5
My final answer
https://code.sololearn.com/WfiP90RdFcJc/?ref=app
As both options work this is easier from both
+ 9
Hello There! The code is working completely fine on my phone!
+ 8
Yukari
I tried on PC and Mobile and it is working fine.
Try restarting your app on your phone, I faced that issue few times.
+ 7
Ffs thats some fast bois answering xd
+ 7
it worked for me tho
+ 7
Hey.. your code is running perfectly on my phone.. although takes some time :)
+ 6
Yukari
If that's what you want then you don't need the onload event with Vanilla, you have that event written already in your HTML tab with jQuery.
Just put the alert() below that fadeOut() function call. :)
+ 5
It runs OK for me. I see the dancing gif, which then fades out as the bg comes in. It took a while to load though.
+ 4
This is final answer from me lol.
https://code.sololearn.com/WFRjYBbs8W83/?ref=app
+ 4
Ni thats been good for mr
+ 3
Yukari Feel free to ask any questions. As you can see how activte the community is! 😂
+ 3
Ill give it a try to get the alert somewhere else. And jesus christ the notification spam lmao
+ 2
Maybe you are using system web view in the Android, which is not very much updated.
You can switch to chrome web view from Android developer tools.
+ 2
Yes i have loading problems but nice thing thought
+ 2
For me it is working properly
+ 1
Hmm maybe because of the alert? Should i make the alert after the loading?
+ 1
Actually yes, Yukari an alert/confirm/prompt will stop browser from loading and it will wait until user action.
maybe try this
$(document).ready(function() {
alert();
});
+ 1
Yukari In that case, this will definitely work :
window.onload = () => {
alert ("Beta 1.1.3\nMade by Yukari Shiraki\nI am aware that this is already public. If you want to leave some suggestions (this is still a open project where you can help me get more content) then pls do!");
}
Add it to js tab!
+ 1
No I have not problem
+ 1
ya its with me also, when i make codes in my bro's laptop its happend