Questions tagged as 'google-chrome'

1
answer

Compatibility error in Internet Explorer 11

I am using this version of IE: I have a web application of an inventory and everything that this entails ... My problem is that in the Chrome browser, everything looks and works perfectly but in the IE v11 browser it does not work and y...
asked by 03.01.2019 / 19:27
1
answer

Failed to parse SourceMap: when loading CSS file in Chrome

In the header of my page I have some files linked css of which they load perfectly their styles, but when opening the window " Developer Tools " of Google Chrome shows me an error at the bottom " Console ": Failed to parse SourceMap: link...
asked by 20.04.2016 / 15:16
1
answer

Violation Long running JavaScript task took xx ms

I have implemented a video <iframe> of youtube on a page and I get this notice in Chrome 56 : [Violation] Long running JavaScript task took xx ms (50ms allowed) www-embed-player.js Should we worry? In FireF...
asked by 26.02.2017 / 03:00
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
0
answers

My video in Html5 does not work for Android Chrome

The typical problem that when you see it on a PC if it works but not on mobile, this happens only on Android Chrome, because when you see it on any other mobile browser works perfectly. (1) Something I have noticed is that if I go to the site...
asked by 27.09.2018 / 00:00
1
answer

The website can not be accessed

I have a web application, in which there are lodged .jpeg files, which are inside a folder called "delivery notes" When I try to open a file from the url, for example: www.miweb.com/albaranes/nombre_archivo.jpeg I skipped the next screen...
asked by 20.06.2018 / 12:29
0
answers

Markers in google maps are not drawn in chrome in an algorithm within an Onsuccess of a Page Method

I am doing a web app with vb.net programming in javascript and doing custom marker in google map api with javascript. In windows explorer, edge draws well the markers, which are taken from a path, from the web server where it is running. In chro...
asked by 20.03.2017 / 12:55
0
answers

how do I solve the message that appears in chrome "the command line indicator is not supported (--ignore-certificate-errors)

I'm doing automated tests with watir-webdriver and when I try to play them I get the message the command line indicator ( --ignore-certificate-errors ) is not supported in the chrome window. I copy a test code since it appears with any...
asked by 14.12.2016 / 20:20
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

Remove scrollbars in Chrome when there is no overflow

In Google Chrome every time I have an overflow of whatever type, it shows me the scrollbars and I can not find the way they only appear when there is really overflow in the type overflow: scroll , because it also shows me the scrollbars wh...
asked by 30.08.2017 / 11:17