Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [javascript]

For questions about programming in ECMAScript (JavaScript/JS) and its different dialects/implementations (except for ActionScript). Note that JavaScript is NOT Java. Include all tags that are relevant to your question: e.g., [node.js], [jQuery], [JSON], [ReactJS], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 votes
1 answer
34 views

Ionic Capacitor and Firebase Firestore

trying to make Firebase Firestore work in Ionic Capacitor on an iOS device for five hours and I'm losing my nerves right now. Hope you can ramp me up here. The setup: Ionic: ionic (Ionic CLI) ...
genesis's user avatar
  • 23
-4 votes
0 answers
25 views

I need assistance in setting user account rights [closed]

I am creating a personal stock portfolio website and I need some help. I have created the personal website and I have been able to connect it to xampp mysql database and it is able to read and store ...
williamson's user avatar
0 votes
2 answers
32 views

SVG Icons don't show after compiling / bundling with Webpack

This is my first time building a web-application, and I'm in my final steps. I'm trying to bundle the whole project with webpack, and everything seems to work, except for my SVG-Icons. I think the ...
Bromanius's user avatar
0 votes
1 answer
42 views

how to give back camera access in blazor webassembly

I Developed web application using blazor web assembly, asp.net core, and JavaScript functions, as of now I gave front camera access , now I want to give a back camera access also. Steps along with ...
Aditi Jaiswal's user avatar
0 votes
2 answers
30 views

JS of my special page extension in mediawiki not loading only on smartphone

On my wiki I made a special page that display recent changes in a pinterest style. Fort the image, it fetchs them using mediawikiParserOutput as a thumb 100px and then with js, I fetch the big images ...
aphfug's user avatar
  • 11
0 votes
1 answer
30 views

How to access ckeditor5 features DropdownButtonView, createDropdown, addListToDropdown,DropdownView,ButtonView etc while using ckeditor5 from CDN?

While using ckeditor5 as node-modules features can be imported for example: import {addListToDropdown, createDropdown} from '@ckeditor/ckeditor5-ui/src/dropdown/utils'; But how to access these ...
Rafaqat's user avatar
  • 81
0 votes
2 answers
43 views

Ideas on how to dynamically create a Golf Draw table and randomly allocate players to it

I help organise a 'golf society' and each week we make a draw to decide who is playing with who, by pulling numbers out of a' hat'. I am in the process of building a website (app) and want to add a ...
SgtBilko's user avatar
0 votes
0 answers
20 views

How can I embed HTML code which has external JavaScript file in Flutter WebView

I want to add a Fine Calculator in my Flutter app. This calculator is already provided by a third party: https://www.bussgeldrechner.org/webmaster.html. The only thing you have to do is change the ...
user26433796's user avatar
0 votes
0 answers
10 views

Azure tts api about getting voice lists for azure text to speech

Is there anything like api endpoint on azure tts which provides voices data with sample voice url apart from this voices/list endpoint? This gives a list of voices but i want like azure portal which ...
nirmal patidar's user avatar
0 votes
0 answers
21 views

How to make autocomplete field with RadioGroup component

I have a text field (select mode) with options in RadioGroup like below: For "Service" field I can choose options from three categories. To choose an option I have to scroll down long list. ...
shukhrat's user avatar
0 votes
0 answers
39 views

Why is the Website Popup animation not working?

I have copied the code from a Codepen to create an animated PopUp. The box with the text appears and forms, and when we touch it, it disappears again with the same animation as when it appeared. The ...
Gema's user avatar
  • 1
-4 votes
0 answers
24 views

How do I get this js validation running? [closed]

console.log("JS works properly"); const vname = document.getElementById("vname"); const nname = document.getElementById("nname"); const idnum = document.getElementById(&...
Armin-Rafael Zdroba-Fisteag's user avatar
1 vote
1 answer
25 views

Ramda - propEq from a list

I am new to Ramda and i am trying to find out element that us matching the given property key and property value. Below one works for me. R.find(R.propEq('propertyName', 'propertyVal')); However, ...
Pavan Kumar K's user avatar
1 vote
2 answers
50 views

localStorage Value is Stored and Loaded Correctly but Not Applied to Checkbox Input

I am trying to use localStorage to store and load the checked state of a checkbox. The values are being correctly stored and retrieved from localStorage, but the checkbox is not reflecting these ...
Muhammad Aleem's user avatar
0 votes
1 answer
78 views

Why do the moles in my Whack-a-Mole game never pop up?

I am trying to make a Whack-a-Mole game (codepen ) as part of a project on an online coding course. This is what the end result should look like, but in my code, the moles never pop up: I only wrote ...
frostylime's user avatar

15 30 50 per page
1
59 60
61
62 63
65