Questions tagged as 'html5'

0
answers

How can I make my app lighter [closed]

Recently I started to create an application by Intel XDK and by test I realize that in my mobile the application runs quickly but in others it ends up giving some fights. Could anyone give me a solution or some idea of what I can do? > Thank y...
asked by 10.04.2016 / 06:52
2
answers

How to arrange the table so that photo and information are on the same line?

I need the image and property information contained in the table to be at the same height, but I do not know how to fix it. Here are the photos of how you are and how I wanted to: FollowtheHTMLcode: <!DOCTYPE html> <html lang=...
asked by 19.03.2016 / 16:46
1
answer

The width of my site is not the same, header is smaller than the rest. How to solve?

The width of my site is not the same as it can be seen below: Theheader(logobar,navigationandmainimage)issmallerthanthesite'scontainer,I'musingBootstrap.TheCSSwiththemeasureslookslikethis: @media (min-width: 1200px) { .container{...
asked by 14.03.2016 / 14:04
0
answers

Video Browser Conference

I need to develop a video conferencing system to run in browsers, so far I've discovered several video streaming providers, but it's not what I need, I need any tips on the subject, so I can help develop a tool non-browser video conferencing.  ...
asked by 12.04.2016 / 16:12
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
0
answers

2 Flash canvas animations on the same HTML page

I need to put 2 Flash animations on one page, only 1 animation appears, the other one goes blank. I tried 2 "inits" but it did not work. When I was exporting, I libs with different names to avoid conflicts. Has anyone ever had anything lik...
asked by 02.02.2016 / 20:23
0
answers

I made the implementation of fb: app_id but the debug is not being identified

I did the implementation of: <meta property="fb:app_id" content="966242223397117" /> But when I debug through the address: link  it informs that it has not been declared.     
asked by 01.02.2016 / 21:01
1
answer

Help with Mask Policy for numbers with 4 decimal places in AngularJS

I want to make a number directive in angularJS with two features, one to format when entering a number in an html input. Example of how you would like to: 1,200,0000       12.000,0000       120,000.0000 and the other to limit the decima...
asked by 25.02.2016 / 21:31
2
answers

Remove border from image when clicked

I'm having trouble with a menu that has images with redirection to modal , when I close modal it gets a blue border in Chrome and dotted in IE, I already tried outline: none and border: 0 . Has anyone ever been throu...
asked by 13.02.2016 / 23:33