Questions tagged as 'html5'

0
answers

Iframe without scroll in Safari Mobile

I need this: link , run the scroll in the existing body inside the iframe, but in Safari Mobile it forces the iframe to have the maximum height of my content and with that it never happens the scroll in the body. I need to have this scroll i...
asked by 22.12.2015 / 12:00
2
answers

Generate HTML elements via Javascript

I need to create a code that after passing some parameters it generates a graphic similar to the image below, I thought of creating a table for each activity. Does anyone have any tips, or do you know an article that can help me? I think of usin...
asked by 17.10.2015 / 23:57
0
answers

Youtube player does not work on iOS

I have a problem here with youtube videos, I have it as a music player option on the website in the lower right corner, it works normal except on iOS mobile devices, what happens is that I can not play music. Follow one of the sites that cont...
asked by 25.08.2015 / 18:26
0
answers

error in content registration [closed]

This is my first post so sorry if I do something wrong if I violate any rules please let me know. My doubts are as follows:  I am creating a "social network" and the posting code is not working I used the same code (with other variables obvio...
asked by 21.01.2016 / 13:07
0
answers

MongoDB + Intel XDK

I need to use MongoDB inside Intel XDK, to log, register, save coordinates, then display on a map, etc ... Anyone have any suggestions for tool? Thank you!     
asked by 12.09.2015 / 02:03
2
answers

Multiple Views with AngularJS and Ionic

I'm trying to add some states in my code to navigate between them, but I can not, the only ones that work are the views that come from the sidebar. Here is the code: app.js: .config(function($stateProvider, $urlRouterProvider) { $sta...
asked by 12.08.2015 / 20:10
1
answer

Remove white space from chart

I'm facing a problem that I can not solve. I have a page, and it has 2 charts , but the problem is that these charts are small, with lots of white space around them. I have tried to set the Position and InnerPlotPosition propert...
asked by 21.09.2015 / 15:22
1
answer

How to "capture" an IP stream stream using HTML 5

I'm using DVB viewer to broadcast TV signal over the network. Using, for example, VLC, I "get" the network stream and have the transmission. I would like to know how to do this using HTML. I tried to simply create the player and in src pu...
asked by 16.09.2015 / 13:02
1
answer

Stop animation with requestAnimationFrame on canvas

I'm using Canvas to do this link , but I'd like to stop the animation by clicking on div using some requestAnimationFrame functionality. I used setInterval but the animation does not look cool, so I decided to use...
asked by 28.07.2015 / 19:29
1
answer

Use Header from another WordPress site

I need to develop a website in WordPress, where I have to use the header (menu) of another site also in WordPress. One solution I found was to embed the same via Iframe, but it would have a delay a bit different from the other content on the s...
asked by 04.11.2015 / 13:11