python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Swiper in slot attributes are deprecated- eslint-plugin-vue
I try to solve navigation swiper in vue, and I found this article to solve it. However, there's a problem with slot, I know that vue3 has v-slot to replace this function, but I don't know how to write...
Turtlecode
Votes: 0
Answers: 0
How to move to home fragment by pressing back button
I have created a custom navigation drawer using motion layout in which I have image views, text views and a nav host fragment(fragment container view). The Problem is, When I click any view in my navi...
Malladi Vivek Chaitanya
Votes: 0
Answers: 2
Multiple Event Listeners - How To Refactor Them as One Function?
I have a navigation menu with sub menus like so:
<ul>
<li class="sub-menu">
<a class="sub-menu-work" href="#" aria-expanded="false">Work&l...
user2277105
Votes: 0
Answers: 0
SwiftUI Deep link for a destination within app?
I figured out Android has a deep link for a specific destination within app.
(https://developer.android.com/guide/navigation/navigation-deep-link). However, I don't know how to implement this with Swi...
Jaekyung You
Votes: 0
Answers: 1