Questions tagged as 'html5'

0
answers

HTML5 + PHP + JS for android

I have a page in html + js + php that uses navigator.geolocation, it works perfectly in the browser, however, I'm doing tests and would like to "turn" this page into an apk I used xdk and ionic, but when the apk is built it seems that the JS...
asked by 24.02.2016 / 17:55
2
answers

LocalStorage does not save names with an accent?

My ionic app stores user data, such as name, in localStorage. I went to do a test, I logged in with the name of my wife, Flavia, but when I looked at the console in the Resources tab, the name field was null and the id had its user id. I went to...
asked by 17.02.2016 / 18:55
1
answer

How to display a navbar from a particular section of the page?

In the project I am doing, when the viewport is less than 767px it will display a menu / navbar however, it should only be displayed after a certain section of the page. I made an example in Fiddle, there it is better explained. Section 1...
asked by 13.12.2015 / 03:05
1
answer

WEM + Lost Grid Methodology

I would like to know what would be the best practice to use different grid sizes with the same block. Ex: I have a Card component, and on my dashboard page I wish to have 4 Card s per line I also use this component elsewhere, on the...
asked by 30.12.2015 / 21:15
0
answers

value of the input erasing in the click

I have this code in javascript which passes values to inputs . When I use this code it inserts the data in input normally but when I make a click after having passed the values the input automatically erases the...
asked by 29.10.2015 / 00:30
0
answers

Qqlite + HTML5 put the results into variables

And I'm doing a query on a Sqlite database and wanted the result to be stored in a javascript variable so I can work with those results in the rest of the code. I'm doing this: db.transaction(function(tx) { var ide = 1; tx.executeSql('SELE...
asked by 10.11.2015 / 13:08
0
answers

Upload with drag and drop?

Is this upload field dragging the file with drag and drop of HTML5? Do you have to activate something with JS? From what I saw on other sites this field should work as the upload button as well.     
asked by 09.11.2015 / 18:04
2
answers

Create App by manipulating external site

I want to create an app for a site that has no mobile version, so I need to show the user only 04 fields on the screen (login, password, sign up and ok). How can I do this? The site is not mine and I do not have access to the source code....
asked by 26.09.2015 / 15:21
3
answers

Iframe dynamic mobile

I need to generate a iframe dynamic when I click a button on a div for a mobile application only when I try to load this same iframe using the Onload method in the Body it does not load automatically and only when I refr...
asked by 31.08.2015 / 15:19
1
answer

How to set default date for DATE and TIME fields

Next modal that contains two fields of type date , "From: dd/mm/aaaa and Up: dd/mm/aaaa " I want to set the date "From" to the current date, "Until "for a difference day and in the time field set a default time. Dat...
asked by 19.10.2015 / 14:08