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...
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....
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...
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...
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?
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...
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?
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...
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.
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="<...