SpongeBob
SpongeBob
KPCKevin Powell - Community
Created by SpongeBob on 7/16/2024 in #back-end
Query MongoDB documents for a particular date range
No description
5 replies
KPCKevin Powell - Community
Created by SpongeBob on 7/3/2024 in #back-end
Cookie from backend not getting set in frontend
No description
12 replies
KPCKevin Powell - Community
Created by SpongeBob on 7/1/2024 in #front-end
Tailwindcss flex-col issue
No description
4 replies
KPCKevin Powell - Community
Created by SpongeBob on 2/9/2024 in #front-end
Hebrew Virtual Keyboard
Hello everyone, I am trying to implement hebrew virtual keyboard on the frontend application. I am making use of react simple keyboard library. Does anyone has worked on this library. I need to know how to handle responsivess for the keyboard.
8 replies
KPCKevin Powell - Community
Created by SpongeBob on 2/5/2024 in #front-end
Embed Youtube videos without info
Hey guys, I am trying to embed a youtube video on the UI, I was able to do it using <iframe> but I want those controls and title to be disappeared which comes on bottom and top of video respectively when we hover over that video. Is there any way to achieve this. The thing which I am trying to implement is to embed a video like Netflix browse page on UI. I am making use of TMDB database to get the youtube key of that particular video. I read that youtube earlier used to provide &showinfo=0 flag, but now youtube has stopped supporting that.
8 replies
KPCKevin Powell - Community
Created by SpongeBob on 1/11/2024 in #front-end
Automatic scroll is not working for certain pixels 320px to 1023px.
Hi everyone, I will not be able to share the code and screenshots for my issue as we have client restrictions. Help me, if you ever faced this issue. Problem: We have a implementation on our web app that on click of a button the screen automatically scrolls to the top of the page, but this scrolling behavior is not happening for the screen between 320px to 1023px. For other resolutions its working fine. The code we are using to automatic scroll is
document.querySelector(`#forms-section`)?.scroll({
top: 0,
behavior: 'smooth'
});
document.querySelector(`#forms-section`)?.scroll({
top: 0,
behavior: 'smooth'
});
61 replies