Skip to main content

All Questions

Tagged with
0 votes
1 answer
27 views

How do you prevent a custom control from zooming or clicking on the map

I've created a custom control under the zoom control, and when I click on it, the click on the map is triggered, which I don't want, and the same applies if I double-click, the zoom is triggered. I've ...
Rigggins's user avatar
0 votes
0 answers
23 views

Plugin Leaflet-Search and Fetch call to GeoJson in Geoserver

I am connecting to a wfs service from my geoserver through the Fetch method in my code and it works correctly. But I want to add this plugin by Stefano Cudini https://github.com/stefanocudini/leaflet-...
ANDY AGUIRRE's user avatar
-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
0 votes
1 answer
548 views

Palindrome Check in javascript but with while loop

I am trying to make a palindrome checker with the condition of having to use a while loop. It's giving me a right headache! it returns isPalindrome as false every time even if the word is a palindrome....
Vermillion Orange's user avatar
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
0 votes
0 answers
682 views

How to html5 video duration speed control bypass

I am not a web developer. The institution I work for has online training. in html5 video form. Video acceleration doesn't work. There is a time control. If speeding is detected, the video restarts. Is ...
user2558144's user avatar
0 votes
1 answer
41 views

Don't work controls to play for two players

// methods for key setControlsButton(){ var _this = this; window.onkeydown = function(e) { if (e.keyCode === 65) { _this.x -= _this.velX; } else if (e.keyCode =...
Kyzlyk's user avatar
  • 31
0 votes
1 answer
543 views

How can I remove existing control in Leaflet?

My target is delete actual control on the map to create it again with updated data. I know about control.remove() but to use this function I need first get control object. That's my control legend ...
julenxiri's user avatar
0 votes
1 answer
666 views

Get Name of SubGrid on Account Form that Triggers Javascript on the Contact Quick Create Form OnLoad

There is a subgrid on a account form that allows you to quick create a contact (contact quick create form). OnLoad of the quick create form, I need to be able to identify what subgrid triggered the ...
J.S.Orris's user avatar
  • 4,763
0 votes
1 answer
294 views

Layers in select interaction with swipe in openlayers

I use a swipe in Openlayers to show a layer on each side, which can be chosen from a menu. That is, it is not fixed whether a layer will be shown on the right or left side of the swipe. I have two ...
user12538529's user avatar
0 votes
2 answers
703 views

Unable to move my object using a onscreen joystick (nipplejs) with three js and ammo js

I'm making an open world project with threejs and ammojs physics engine. I did all the setup correctly, the collision works properly, the only problem I face, is I'm unable to move the object I want ...
It's Joker's user avatar
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
3 votes
1 answer
1k views

Add Prev Next Controls to Carousel

After toying about with timers and intervals I have come to a solution that works to my satisfaction. See relevant jsFiddle or code below: HTML: <div id="foo">irrelevant content</...
jmazzo's user avatar
  • 37
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

15 30 50 per page
1
2 3 4 5
19