Questions tagged as 'firefox'

2
answers

electron - access the webcam

to use the webcam from my application made in electron I used the module node webcamjs, this is the code I used, taken from the doc of the module itself: <h1>camara</h1> <div id="my_camera" style="width:320px; height:240px;">...
asked by 08.07.2016 / 22:47
2
answers

How to recover the autocompleted or cached data of my firefox?

I have some information in my firefox that I want to recover, they are a series of self-completed data (emails, users, ....) that are saved in the cache but I do not know if I can recover them so that they can be saved in a list txt or extract m...
asked by 08.07.2018 / 11:54
2
answers

Why does datetimepicker work on Google Chrome and on Mozilla Firefox does not work? [duplicate]

This code works for me by calling an input and displaying the date in chrome but in firefox it does not work: <div class='input-group date'> <input type='text' id="date_ex" name="date_emi" class="form-control" />...
asked by 02.08.2016 / 17:58
1
answer

How can I save data in js without getting stuck when the page is reloaded? ANGULAR

I am creating an application but I need that the objects that are inside an array are not lost if the page is reloaded, I do not know if it is possible through an angle service, or through some function. Thanks and Regards     
asked by 11.12.2017 / 20:28
1
answer

Share firefox user folder for multiple users on the same computer

I have computers that are used by several different users. I would like to know if it is possible for a user to download data from a web application and the other user to access that data, that is, that two different users shared the firefox use...
asked by 21.09.2017 / 12:06
1
answer

"Stylesheet could not be loaded" in Firefox [closed]

I got an error in Firefox when trying a site that I'm creating, the error says "Stylesheet Could Not Be Loaded" and it only happens when I use Firefox but the weird thing is that some parts of the style sheet if load as for example...
asked by 20.03.2017 / 22:59
1
answer

window.history.forward () does not work in Firefox

I have the function: window.history.forward (); function dontback(){ window.history.forward(); } <body onload="dontback();"> <form blablabla > I use it so that the user can not go back, in Chrome...
asked by 16.10.2017 / 09:14
1
answer

How to avoid the cache in firefox

Good, I wanted to know what else there is to prevent firefox from using the cache, to save our website, now I use the goals <meta http-equiv="cache-control" content="max-age=0" /> <meta http-equiv="cache-control" content="no-cache" /&...
asked by 19.05.2017 / 06:34
1
answer

Not working. $ ("# content"). css ("display", "flex"); in Firefox

I have the following code that shows some texts when I click on a button. Works well in all browsers except in Firefox 53.0.3 64 bits , any ideas? $(document).ready(function(event) { $('#btn-servicios-1').click(mostrarServicios1);...
asked by 08.06.2017 / 10:55
1
answer

Firefox app mode

Using the chrome -app command opens the browser simulating an application (without the navigation bar, tools ...) Is it possible to get this in firefox? (the version I am currently using is 49)     
asked by 04.10.2016 / 17:08