Questions tagged as 'html5'

1
answer

How to access the read value of pureComputed

I would like to know how I call the read function. When I write in value: valueView it calls the write function but I want the call to read at the end of the function. Is there a method to warn read? <input type="text" data-bind="val...
asked by 16.06.2016 / 09:24
1
answer

Instagram API Help to get photos from a Hashtag

Hello everyone, I want to start a web app with the Instagram API, to crawl a hashtag and return the photos published with me. I already checked the API, but I do not have much experience using it, can someone help me? thank you all     
asked by 18.06.2016 / 16:28
2
answers

Indicate HTML5 APP languages to publish in "Windows Dev Center"

I am developing an HTML5 APP with " Intel® XDK " and uploading it to the " Windows Dev Denter " indicates that the language is " en-US ". Neither in the XDK nor in the Dev Center "options do I see where to edit the languages. How can I...
asked by 14.02.2016 / 19:20
2
answers

How to obtain efficient data records in a dataTable in MVC asp.net

I have the following dataTable that I show from the database. In the View: $(document).ready(function () { $('#example').DataTable({ "lengthMenu": [[2, 5, 10, 25], [2, 5, 10, 25]], "language": { "sProces...
asked by 15.04.2016 / 06:39
0
answers

audio tag html5 does not play streaming on iOS

I have a website that has the audio tag if the source of the audio is an mp3 file works on iOS. But it turns out that if the source of the audio is an audio streaming iOS does not play anything. The iOS version is 10.3.3. Thanks <audio cont...
asked by 17.12.2018 / 16:20
0
answers

printArea.js Does not render an image that is in base64

I have problems when printing a div that contains an image in base64 (it is visible in the html, but when printing with printArea.js the image remains white) the button executes this function function imprimirArea(area) { $(area).printAr...
asked by 20.12.2018 / 09:05
1
answer

How to set the header of an html table with jquery?

I have the following table: $('.listado_volumen_negocio > tr').remove(); var listado_volumen_negocio = $('.listado_volumen_negocio'); var response = { "data": [{ "Nivel_Codigo": 1, "Nombre": "Juan", "VNIndivi...
asked by 30.11.2018 / 03:09
2
answers

Automatic timed mode [closed]

How can I launch a modal in the form of an alert in JavaScript that is activated and deactivated automatically at a certain time? when activated, please some documentation, suggestion or help. Thanks. Thanks in advance to the answer...
asked by 27.11.2018 / 20:31
1
answer

How to know if all the fields of a form are filled before submitting?

I have a form with several fields in which the option 'required' is set. Is there any way to know by DOM if all the fields are filled out before submitting? I mean I want to know if the DOM already contemplates the possibility of indicating if a...
asked by 30.11.2018 / 13:37
0
answers

Webview does not show content on some devices

Good morning, I would like to ask for a bit of help regarding an issue that I have in an app that implements a WebView and in some devices perfectly loads the web app and in others it does not, this is presented mostly try to show some im...
asked by 30.11.2018 / 17:59