Skip to main content

All Questions

Tagged with
0 votes
0 answers
31 views

REACT Page Buttons Become Unresponsive

I have a REACT website that sits in an IFrame within another website. It works perfectly, but now I hear sometimes the buttons, textboxes and all other form controls become un-clickable or ...
ocm's user avatar
  • 97
0 votes
0 answers
31 views

functonality of drop downs on leaflet map, when introjs added is missed

i have a complicated html code that if i describe it simplely it composed of following parts: 1- a leaflet map covering full page; 2- a button which when clicked some vertically oriented accordin type ...
Solmaz's user avatar
  • 25
0 votes
1 answer
18 views

What is the common name for control container that can be panned around by dragging with the mouse?

I want to create a container that will be much wider than the width of the page. The user will be able to pan by dragging empty space between controls. (No zooming involved). What is such a container ...
Steve Bennett's user avatar
0 votes
0 answers
22 views

Better approach to mimic a vertical scroller for a canvas?

I would like to have a vertical scroll bar that sits at the right of a canvas and whose height is equal to canvas'. What I'm trying to achieve: A mini-viewport in the web page that is vertically ...
aybe's user avatar
  • 16.4k
-2 votes
1 answer
50 views

Custom html video player with bugs

I was wandering if someone could help me to correct two little problems on Custom HTML5 Video. The first problem is that if you load the web site for the first time, everything is fine but if you ...
FlyPhoenix's user avatar
1 vote
1 answer
106 views

How to get correct <button> id's on postbacks?

I'm generating some dynamic html based on database content, and inserting it as a LiteralControl in one of my webforms pages. it all looks fine, and works, with the exception of a couple of buttons ...
Jim's user avatar
  • 33
1 vote
0 answers
599 views

How to use google drive video embedded via iframe without video controls?

I want to remove control from video. Any Solution to remove video controls? I'm trying to use a google drive video using embed iframe and it works good, but I have tried to remove control using ...
Laiba's user avatar
  • 11
0 votes
1 answer
83 views

Call another function with controls video (HTML, JS)

I have a question,is it possible to call a javascript function with the play button from the video tag controls ? <video controls id="video" src="../../data/myvideo.mp4"></...
Damien Fontes's user avatar
1 vote
0 answers
328 views

Control Samsung TV (>2016) from php

Hello Everybody I'm trying to make a remote control for my Samsung TV which is a late model (after 2016) I found this page: https://gist.github.com/hkalina/b70dff4369ff2f0a2afe Unfortunately it does ...
user2358363's user avatar
4 votes
3 answers
9k views

'Autoplay' on video is not working after refreshing page

I want to add a video that plays by itself and loops, without showing controls. When I add 'controls' to my code, the controls show and the video plays just fine. When I change 'controls' to 'autoplay'...
myt's user avatar
  • 177
2 votes
1 answer
247 views

controls attribute in HTML is not allowing controls on the video

Hi I have tried to use the control attribute in 3 different IDE but it is not working in any of them. I am attaching a file showing my code. Please tell me my mistake. <DOCTYPE! html> <...
Samar's user avatar
  • 137
0 votes
2 answers
1k views

Javascript to automatically turn on sound volume on video after autoplay

I am coding an online psychology experiment. Participants have to watch a short movie and remember some information. To analyze the data everyone has to see the same movie, so it would be a problem if ...
FEMax's user avatar
  • 31
0 votes
1 answer
654 views

Leaflet controls not responding to click

Not sure how I have managed this but my leaflet zoom controls are not clickable? They do show up on the screen but there is no mouse change when hovering over them. Do I need to create another layer ...
Sophie's user avatar
  • 45
0 votes
1 answer
286 views

How to detect if a control in an HTML form is a ComboBox using Javascript/Jquery

I am trying to detect if an HTML FORM in a web page contains ComboBox or List. . I could detect all the rest and here are my efforts so far. As you can see, the ComboBox is not detected. I understand ...
JamesT's user avatar
  • 83
7 votes
3 answers
394 views

Is there an equivalent of html datalist in Xamarin.Forms, mechanism that would allow to select predefined values but also a free-text entry?

We are building a Xamarin forms app. One of the fields is supposed to be a select where you can pick one of the predefined values or enter a free text value like into the text field. in HTML one would ...
Matas Vaitkevicius's user avatar

15 30 50 per page
1
2 3 4 5
14