Questions tagged as 'html5'

1
answer

Upload in html and save to Google drive

Good afternoon, I would like to know if it is possible to make a form with html upload fields and save these files to Google drive. I read about forms.studio, but their codes are paid for. Does anyone have any idea how to do this?     
asked by 01.04.2017 / 20:55
1
answer

How to do an animated and creative loading with CSS3? [closed]

I wanted to do an animated loading like this example here: link     
asked by 17.04.2017 / 00:21
1
answer

Synchronize data offline with Phonegap

A situation arose that I need to synchronize data from an App, but the device does not always have connectivity because it is used by a street vendor. When it has connectivity, it saves directly via AJAX but when it does not have the problem....
asked by 17.04.2017 / 17:02
1
answer

Problems in the nth-child (n) CSS3 Pseudo-Class

I'm trying to do in CSS3 with nth-child () the famous "color yes, no color "in a list made in Foundation 5. It happens that in the middle of the list there will be a div in which it will be a modal and this modal div ends up messing up the" co...
asked by 26.05.2017 / 18:37
1
answer

How do I use the video tag in Firefox or Chrome

I'm trying and can not see the video on my system, by taking% of it, it's working only on Internet Explore. Here is the code: <video width="320" src="C:\video\ninguemFerro.mov" height="240" controls="controls" type="video/mov; codecs=dirac,...
asked by 07.04.2017 / 21:33
1
answer

Changing the width of the screen makes the horizontal scroll bar disappear

Follow the example in jsfiddle: link Here's the problem image: Followtheimageasitshould: Testedbrowsers:GoogleChromeVersion57.0.2987.110(64-bit):NoproblemMicrosoftEdge38.14393.0.0MicrosoftEdgeHTML14.14393:ProblemFirefox52.0.1(32-bit)-Pr...
asked by 23.03.2017 / 21:19
1
answer

href does not execute jQuery and neither function

When I click on the Reply link, the code does not execute, it does not show the jQuery alert or the function, it does not show an error in the console, it does not even execute. $('#post-forum').last().append('<div><a href="#" id="res...
asked by 15.04.2017 / 04:52
1
answer

Change the page gif

I'm creating a page where it will contain a gif that is looped, but I would like it as soon as I got to the end of the first loop to replace the gif with another and so on ... to do that with javascript or something the type? where do I find the...
asked by 17.02.2017 / 19:22
1
answer

How to hide a button on the Ionic / Angular after it is clicked with ng-click?

I have a button, normal, with an ng-click calling a function: <button class="button button-full button-balanced" ng-click="fechaPedido(pedido.observacao )"> FINALIZAR PEDIDO </button> I would like it to be disabled o...
asked by 06.04.2017 / 17:22
1
answer

How to implement w3c byte range requests?

The video plays right. But I can not skip the video time. Example: Skip time from 05:00 to 10:00. It just keeps running, and I can not seem to skip the time. I searched the internet and said that it has to make flow or range or buffer....
asked by 06.04.2017 / 07:35