Questions tagged as 'google-chrome'

0
answers

Mousedown on Chrome 55 [closed]

I use the mousedown event in JS to assign an action to my object in a project in question. With the new Google Chrome update for version 55 my event no longer works! Does anyone have any idea how to use the event in this new release...
asked by 20.12.2016 / 11:39
0
answers

Automation of tests with selenium cucumber and capybara

I'm starting to learn how to use a means for automating testing in web applications. However, I came across a problem that I can not solve and found nowhere (questions or documentation) that would explain a method that would solve my problem....
asked by 18.09.2016 / 06:17
0
answers

Error sharing screen via Browser (Chrome and Firefox)

I'm trying to make the Screen Sharing dialog appear in Chrome, but nothing happens. I'm using the following code (just to display the dialog, I'll stream the server to the server when it works) function screenshare() { navigator.med...
asked by 25.10.2016 / 23:10
1
answer

window.open () does not load the page

I'm trying to open a link in a new window / tab but when it opens it does not load. Controller: public static Result loadCreateArtigo(){ return ok(request().host()+request().path()); } JavaScript: $.SmartMessageBox({ buttons...
asked by 29.07.2015 / 11:36
2
answers

How to upload external images to a Chrome app?

My application uses Imgur's api to host images, but at the time it will load the photos, the following error appears: Ihavealreadytriedtousecontent_security_policyinthemanifestfilebutthismessageappears: What to do?     
asked by 21.03.2014 / 19:59
1
answer

Chrome notification

Does anyone know or have ever used this chrome notification and know how it works? Because when I try to use webKitNotifications.createHTMLNotification() it error ReferenceError: webKitNotifications is not defined can anyone h...
asked by 27.03.2014 / 21:54
2
answers

How to identify the error in PHP code by Chrome?

I write my code in Sublime and when I try to run the chrome screen it goes blank. Since a comma can cause a lot of problems, I keep rereading and rereading code for errors. Why does not my Chrome show errors?     
asked by 30.01.2018 / 11:50
1
answer

Touch-action what is it for? CSS

I'm getting a warning in the Google Chrome console:    [Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See link   e @ 332526c6e8d3fc1326ad773f97b0a486.js: 5029   dispatch @ 332...
asked by 05.12.2017 / 13:16
2
answers

How to simulate a CTRL + V with javascript [duplicate]

I would like to paste a text from the clipboard using javascript, not an extension is a web page. I tried the document.execCommand('Paste') command in some ways but it did not work, I'm using Google Chrome.     
asked by 28.09.2017 / 17:02
2
answers

Google Chrome inserting datepicker in inputs

I'm having problems with <input> tags of type type="date" , as shown below, when the user uses Chrome (ie in Firefox it works as expected). <input name="dt_fim" id="dt_fim" type="date" placeholder="99/99/9999" value="<...
asked by 28.07.2017 / 17:33