2,526,819 questions
-3
votes
0
answers
27
views
React chrome extension and React webapp with outgoing WebRTC stream [closed]
I have chrome extension made with react, and the same webapp on a website.
each app should send and receive stream over webrtc. With chrome extension it works well, it sends and receives. on the ...
-4
votes
1
answer
41
views
Javascript onclick populate form field
I have 3 form fields
div {
padding: 5px;
margin: 10px auto;
}
input {
padding: 3px 5px;
}
<div>Ingredient Unit Price:<input class="form-control" type="text" name="...
0
votes
0
answers
30
views
cant send an array of js via formdata to controller(my viewmodel wont bind to it)
my function
i can send everything including pictures too but this array i cant send it.
the logic is this via this i wannna know how manny images he removed or if the user changeed the main image from ...
0
votes
0
answers
34
views
Deploying Node.js Backend on VPS (ubuntu) with Nginx web server [closed]
I need your guidance on something, please.
I recently bought my domain name (anexiums.com) and hosting from asurahosting, and then created a subdomain (api.anexiums.com) which I'm supposed to deploy ...
-1
votes
0
answers
28
views
How can I add animation to image slides?
How can I insert an animation code here so that the images will rotate in a carousel?
var swiper = new Swiper(".mySwiper", {
slidesPerView: 5,
spaceBetween: 10,
breakpoints: {
0: { ...
0
votes
1
answer
36
views
Smplest OL map gives a blank screen
I'm trying to create a "Hello World" OpenLayers map, with no unnecessary dependencies. The code is
<html>
<head>
<meta charset="UTF-8">
<meta ...
0
votes
0
answers
33
views
Embedding YouTube videos in Bootstrap modal components returns Error 153
I am studying the bootstrap documentation, I have reached this part Embedding YouTube videos
In order to understand that part I had to do an example.
Here is my markup and code:
<!DOCTYPE html>
&...
1
vote
2
answers
41
views
How to prevent rerender of identical component in child?
I'm trying to make a progress bar that has a transition animation. Think: a multi-page wizard, and when you advance to the next page the progress bar animates to the next step.
When the progress bar ...
-2
votes
0
answers
20
views
Mantine Slider Thumb Stuck and Not Updating [closed]
I'm new to React and I'm having a problem with Mantine.
My Slider is visible and the value updates, but the thumb stays stuck on the left and doesn't move at all.
Here is my code:
<Box
ref={ref}
...
-3
votes
0
answers
56
views
Why is my HTML button not responding when I click it? [closed]
I created a simple button in HTML:
<button onclick="show()">Click Me</button>
<script>
function show(){
alert("Hello");
}
</script>
But when I click the button, nothing ...
4
votes
3
answers
57
views
Can't get the ID of a SVG group
I have an SVG map with countries having both path and text elements. The elements are enclosed in a group with an ID, like this:
<g id="RW" ><title>Rwanda</title>
<...
-6
votes
0
answers
68
views
How to revert the code to span replacement of code tags with translated text in between which was translated by Google translate? [duplicate]
How to revert the code to span replacement of code tags with translated text in between which was translated by Google translate ?
Google translate was not translating text between <code ....> ...
-3
votes
0
answers
28
views
Chrome throws “Failed to connect to MetaMask” even though my React project does NOT use crypto/web3 (Opera works fine) [closed]
enter image description here
I’m building a normal React project (not related to blockchain, crypto, or MetaMask).
However, Chrome gives this uncaught error in the console:
Failed to connect to ...
-11
votes
0
answers
55
views
Dont know what this is [closed]
1:"$Sreact.fragment" 6:I[97215,[],""] 7:I[61123,[],""] 9:I[57468,[],"OutletBoundary"] b:I[57468,[],"MetadataBoundary"] d:I[57468,[],"...
0
votes
1
answer
61
views
How to do a previous/next function? [closed]
I've been working on this personal website and I had this section where I blog post, but instead of having an never ending blocks of post that you would have to scroll down, i wanted to implement a ...