+ 2
Why the function isn't functioning????
See js line 490, the back function is not working. Try clicking the setting button, then the back button. Why it isn't working. My code↓↓ https://code.sololearn.com/WkuUg3mobwCA/?ref=app
5 Respostas
+ 3
in line 480 you are inserting back button inside setting button so as soon as back function is fired it again opens the settings again..
you can check this by inserting a console.log in back() function
+ 1
hello @Parth Pandey
in the past Few days i have see u working with this Project Good
But The way u are Using Your JavaScript to display is not Good u are using A big method To do it so .. try to make it short and U should learn More About JavaScript i think so u are spending your more time on this Project Which is Good But u are using A long method Which is not Good .
Try to gain ideas by viewing Someone's Project
And U should Learn More about JavaScript
+ 1
bro have a look
https://code.sololearn.com/WUxvYTkNM4DN
+ 1
But hey HrCoder after clicking any letter a blue color is showing in the keyboard, it wierd
+ 1
Parth Pandey for that u can use
*{
-webkit-tap-highlight-color: transparent;
}