Posts by Gustavo Henrique • 47 points
5 posts
-
2
votes0
answers97
viewsQ: Error while sharing screen via Browser (Chrome and Firefox)
I’m trying to make the Screen Sharing dialog appear in Chrome, but nothing happens. I am using the following code (Just to display the dialog, I will stream to the server when it works) function…
-
1
votes2
answers290
viewsA: Script does not show map
You need a Google Maps API Key, which can be obtained by this link: https://developers.google.com/maps/documentation/javascript/get-api-key Probably somewhere in your script should have a field for…
-
-2
votes3
answers520
viewsA: List array according to what was selected
var claro_array = new Array('10.00', '13.00', '15.00', '20.00', '30.00', '50.00', '100.00'); $('#select').empty(); $.each(options, function(i, p) {…
-
2
votes1
answer725
viewsQ: ERR_SSL_PROTOCOL_ERROR - Socket.io and Node.js
I am running a Node.js server using Socket.io to manage connections via Socket, but I am having a problem with SSL certificates. Most users can access the Node.js server normally, but others cannot…
-
0
votes2
answers1743
viewsA: How to put responsive background in col-Md
background-repeat:no-repeat; display: compact; That should work.