Questions tagged as 'chrome'

1
answer

Make a container with position absolute adapt to its content in Chrome

I want the container to adapt to the content (textarea) in Firefox it looks good. But in chrome the container becomes smaller than the textarea. This is what I have tried: .item{ border: solid 1px; position: absolute; } .mar...
asked by 28.05.2018 / 04:59
2
answers

Chrome shows absolutely nothing [duplicated]

I have a problem, I started 0 page and I wrote the html code with the css but when I open it in the chrome I do not see anything. Only white I leave below the html and the css: <!DOCTYPE html> <html> <head> <met...
asked by 22.11.2017 / 16:07
2
answers

Photo does not come out when I use explorer or microsoft edge

One of my photos does not come out when I open my website in explorer or microsoft edge, but it does load when I open my page in chrome, firefox, and safari. This is the code: <img src="../Recursos/logoam.jpg" width="600" height="130" style...
asked by 28.07.2017 / 19:11
1
answer

When making changes to HTML or CSS, they are not visible on the page

When I make changes to a website that is already running, end users for the browser cache issue, do not see the changes immediately until they clear the browser cache or enter incognito mode. There will be some solution so that when making ch...
asked by 21.11.2018 / 17:55
1
answer

Parseo web with chrome and vb.net

Is there any way of parsing a web (for example, a web of match results to get its results) on vb.net using a browser other than IE? So far I have used the library "Interop.SHDocVw" and the program worked, but when I ran the program a few days...
asked by 10.05.2018 / 18:50
2
answers

Sum with decimals in browser.

Can someone help me understand, because the sum of 2 numbers in the 3 browsers (Chrome, iExplorer and Edge) alters the result? In the image I display the examples that I tried. Some others give good, but those sought after at random, gives me...
asked by 16.11.2017 / 20:42
2
answers

Make cast of complete apps

I've seen that there is a lot of code on the internet to add cast functionality to an Android app. However, they all serve to make multimedia content cast, but I would like to cast the entire app (that is, to see the app on television as it is)....
asked by 07.07.2017 / 08:37
1
answer

Chrome with auto-refill, change the value of a form

I am showing a form for data maintenance and, at least in one field, I see for instants e, value that I publish, but, automatically Chrome crushes it with another value. In the image that I share, you can see that I indicate a value, for a field...
asked by 28.12.2018 / 08:29
3
answers

Video Html5 Does not work in Android Chrome

I want to show a video and it works well on a computer, but not on Android. Seek help but it did not work. //// Code <video poster="img/videoframe.jpg" class="fullscreen-bg__video" controls> <source src="ejemplo.mp4" type="vide...
asked by 10.07.2017 / 23:06
1
answer

Casting of google chrome in android app

I have found code to add the Casting functionality of google Chromecast to my app, but I find certain imports that do not work, among these: import com.google.android.gms.cast.CastDevice; import com.google.android.gms.cast.CastMediaCont...
asked by 28.06.2017 / 07:56