web-frontend Questions
3
I'm frontend developer, When I design a web page with css in Safari browser, it renders differently from other browsers like Chrome, Firefox.
How do I use Safari browser on windows to test my web p...
Overshoe asked 27/1, 2022 at 14:38
11
Solved
I've created a pipe using "ng g pipe" command. I'm getting a console error when I'm using it in my code.
The screenshots of the code are attached below.
Error: error NG8004: No pipe found with name...
Flushing asked 2/6, 2020 at 20:51
3
I'm working on a Next.js project and trying to implement multiple middleware in my application. While I've found examples of using a single middleware in Next.js using the next-connect package, I p...
Immerge asked 3/7, 2023 at 9:10
4
Solved
I have a date picker that I want to show when the users click anywhere in the field not just on the calendar icon.
Here's the picker
export function DatePickerField(props) {
......
return (
&l...
Schilit asked 12/4, 2021 at 5:57
15
In Bootstrap, what is the most platform-friendly way to create a navigation bar that has Logo A on the left, menu items in the center, and Logo B on the right?
Here is what I've tried so far, and...
Ignite asked 1/11, 2013 at 18:54
2
Solved
I am getting following warning on first load of my App.
lockdown-install.js:1 Removing intrinsics.%ArrayPrototype%.toReversed
intrinsics.%ArrayPrototype%.@@unscopables.toSpliced
intrinsics.%ArrayPr...
Barcelona asked 2/6, 2023 at 20:3
2
Understanding the fact that singleton creates a shared global state, there will be situations where I might want singleton such as redux store/state object.
If I am using ES modules, I can use the...
Lintel asked 30/3, 2018 at 5:46
0
I am able to get the start of a long press via touchstart event. However, it doesn't trigger touchend after the long press is completed, when the right click menu appears nor when the right click m...
Equivocation asked 20/4, 2022 at 9:22
2
I'm trying to make a project in Vue3, tailwindcss and Vite
for that I'm using this starter template mentioned on Vite js website: https://github.com/web2033/vite-vue3-tailwind-starter
Now the probl...
Havre asked 1/11, 2021 at 6:29
1
On iOS keyboard the top row sometimes has autocomplete suggestions.
The keydown event is not fired when the user clicks on one of these autocomplete suggestions.
Is it possible to listen for an e...
Throttle asked 12/3, 2019 at 21:54
1
Solved
so i am trying to do conditional coloring for my line plot so that data points are colored either blue or red. its about produced electrical power compared to consumption of power (in my dataframe ...
Armyn asked 18/12, 2021 at 22:52
2
Solved
i'm pretty new to modern frontend development tools.
I installed Nodejs and NPM. Downloaded some packages (es: "jquery") and everything worked. Then I installed Webpack (vers. 2), I created this de...
Affirmatory asked 15/3, 2017 at 11:18
5
On my Web page I put translate widget when i resize browsers widged does not change size
I tried change css but i can change only css for Iframe
<!DOCTYPE html>
<html lang="en"&...
Tenebrific asked 20/12, 2015 at 12:2
2
Is there a way to lock one merge request's status until another merge request passes?
e.g. if I am submitting API changes to an API project and frontend changes to a frontend project, I don't wan...
Caramelize asked 21/3, 2017 at 19:17
3
Solved
I have a page with a bunch of .... sections. In one of them, I get half way through it and decide I want to stop, and not run the rest of the contents of this script tag - but still run the other c...
Globate asked 4/6, 2015 at 10:30
6
i was wondering lately how i could send emails with only a front-end language like Javascript through Email as a Service apps like sendgrid or mandrill or so.
Sendgrid and mandrill have Curl APIS,...
Jeanettajeanette asked 17/8, 2015 at 0:21
1
Solved
I am working on mobile browser about 3 months and now i have a boring problem with beforeunload and unload. In two situation they do not work clearly. When I close the tab, the browser often calls ...
Stryker asked 16/7, 2020 at 12:36
1
Solved
I am new to alpine.js and i need to toggle the innerText of an element, does anyone know ho can i combine showing an element and changing the innerText of another element? here is my code
<d...
Violet asked 18/9, 2020 at 10:57
3
For my website, I am getting following feedback from Google's PageSpeed Insights: Leverage the font-display CSS feature to ensure text is user-visible while web fonts are loading. What does that me...
Siliqua asked 14/4, 2019 at 16:12
1
I'm trying to develop the frontend of my Web Api (NET CORE) pluginable application. I would like to use Angular 9 but im not an expert in angular.
My backend was designed to be extensible and at s...
Clang asked 5/3, 2020 at 14:20
3
I try build a landing page using vue.js, with header design like on the picture above.
So, I create a component called "header",with contain content according to the design.
How do I mak...
Warton asked 16/11, 2018 at 8:54
2
Solved
I am trying to follow documentation:
https://v2.vuejs.org/v2/guide/conditional.html
But for some reason my template is not working as expected, as soon as I put <template v-if="variable&q...
Solidus asked 21/2, 2017 at 17:20
3
Solved
I have always placed different "tooling configurations" in their own files in my front-end projects.
For example: babel in babel.config.js, jest in jest.config.js, eslint in an .eslintrc.json, et...
Ulcer asked 10/12, 2019 at 9:3
1
In my angular application if I go to dev tools network tab I will be able to see the response and request coming from the back end.
Do anyone know how to hide or mask this data, is this possible i...
Reactor asked 1/3, 2019 at 6:52
1
Solved
I am using vue-cli for front-end and lumen for back-end and I am curious about what is a best practice to store API root-url and endpoints in vue ?
Now I have constants.js file in src directory w...
Went asked 15/11, 2018 at 17:27
1 Next >
© 2022 - 2025 — McMap. All rights reserved.