Questions tagged as 'google-chrome'

1
answer

Notification when opening Chrome [closed]

Facebook currently launches notifications when opening chrome. How can I do the same thing, ie fire a notification as soon as the user opens the chrome?     
asked by 23.11.2016 / 10:23
2
answers

Why does Google Chrome accuse me of missing jquery.min.map?

I downloaded the version of jQuery 1.10.1 minimized and Google Chrome is alerting on the tools for developer, Network tab, jquery.min.map was not found: Error 404 Note: jQuery works correctly. Is this jquery.min.map a new...
asked by 18.12.2013 / 15:40
0
answers

How to send a notification even with the application page closed?

I want to send notifications from my application using the api notification of chrome even when the user is with the page closed. I saw this feature on many blogs, such as technoblog.net . It works as follows: User accesses the site for the...
asked by 16.02.2016 / 15:34
1
answer

How do I run a video on Android Chrome?

How to run a video tagged video in google Chrome browser? My code: <video autobuffer id="bgVideo" loop="true" volume="0"> <source src="/video_bg_1.webm" type="video/webm"> <source src="...
asked by 05.02.2016 / 20:27
0
answers

Function Geolocation.getCurrentPosition does not work on Chrome 50.0

I have a system in JSF that asks the user for permission to read their coordinates, this system always worked, but after the last update of Chrome, it stopped working. Someone is going through this with this new version (50.0.2661.75): <scr...
asked by 18.04.2016 / 22:30
2
answers

Problems with cache in google chrome [closed]

I'm making some changes to a site, and those changes involve pages in Classic ASP and Javascript. What is going on is that I always change the javascript, save it and play it on my server it does not update. It overrides the old one, but when I...
asked by 08.09.2015 / 15:05
0
answers

Audits Google Chrome - Control and elements should have labels

I ran Chrome Audits and alarmed in accessibility that my inputs do not have labels, but esotu using placeholder, what do you think? I believe this accused error is not real, what do you think? <div class="col-md-6"> <input name="name"...
asked by 10.09.2015 / 06:48
0
answers

Fieldsets are breaking in Chrome but not in IE

I have Fieldsets that when displayed in Chrome , they appear one below the other, which should actually be next to each other. This, to appear side by side, only happens in IE . In Chrome , it breaks every layout. Below...
asked by 11.09.2015 / 15:36
1
answer

Doubt with chrome debug

I have this code on my page: <iframe id="dialog1" class="ui-helper-hidden" style="width: 700px;display: inline"></iframe> But in chrome debugging, I have these values: <iframe id="dialog1" class="ui-helper-hidden ui-dialog-...
asked by 06.08.2015 / 16:49
0
answers

html5 enable geolocation in TChromium in Delphi

I use the Chromium component in my Delphi projects to navigate html pages but it does not show any interaction when the user tries to access page requesting geolocation access, how do I enable it in TChromium? Here is a simple html code that...
asked by 11.06.2015 / 21:14