Questions tagged as 'html5'

1
answer

Button reset timer count JavaScript

I'm doing a timer in JavaScript and I want to program the Reset button to save the value entered in the example input: Hours = 0, Minutes = 20, seconds = 0 When I start the counting start from 00:20:00, so on Thank you very much $(doc...
asked by 09.11.2016 / 21:26
1
answer

AngularJS radio button, ng-model does not update and ng-change does not work with ng-repeat

I have an array with people's objects and the name and menu attributes for a dinner. I want to paint them in the HTML with ng-repeat and each member will have a set of radio buttons so that, if they want to change the menu, I collect th...
asked by 11.04.2017 / 12:55
1
answer

show by text in which city I am angular js

I'm doing an app on ionic where I want to show the user where the city is. With this code I locate it but I need to show you something for example:    You are in Barranquilla / Cartagena or something like that Driver: .controller('Ctr...
asked by 25.09.2016 / 22:22
1
answer

pause or play the song that is playing from another button with javascript

I have a player with 3 songs. each song has its "play" icon and in another div "playercontrols" I have a "play" icon from where I want to pause or play the song that is playing. This div "playercontrols" is hidden and when playing a song it i...
asked by 14.10.2016 / 12:04
1
answer

Prevent safari from "reacting" by using touch in BODY

I'm doing a webAPP, and using the safari (on an iPAD) it happens that using the touchpad in BODY, where there is no other element, the browser "reacts", it seems that "select" all the elements or something similar. In addition, by pressing the t...
asked by 14.10.2016 / 04:21
1
answer

notifications on the desktop from node.js

I have a chat programmed with Node.js , PHP and MySQL , I just need to notify the user that he has new messages, but notifications of HTML5 vanish. Does anyone know if it is possible to program them as desktop notifi...
asked by 19.09.2016 / 20:34
3
answers

Create drop-down elements for html5 page

Good morning people, I need to create a help page where you enter a title and when you press the text is displayed. It would be something similar to the following image:     
asked by 01.07.2016 / 12:36
1
answer

Frames in ionic framework

I am trying to implement frames in my ionic application, what I want is to show on the top data or information of a user and in the remaining part show a page that consumes webservices. (in this case if there is no Internet, a connection error m...
asked by 25.07.2016 / 06:14
1
answer

how can I save my coordinates in mysql using "navigator.geolocation.getCurrentPosition"

Hello that such a friend turns out to be very stuck with this problem that happened to me in the work I want to save the coordinates latitude and longitude in php variable and then proceed to insert them in mysql but I can not make the javascrip...
asked by 19.08.2016 / 20:31
1
answer

Record data from a Partial View (popup)

I work with ASP.NET MVC 5, I have a partial view which when I press the Save button should persist the data in the db and go to the Index but it is not registering the data. I show code. CONTROLLER public ActionResult CreatePV() {...
asked by 23.02.2017 / 20:07