Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to make a split pane menu #533

Open
HijackHornet opened this issue Apr 7, 2024 · 0 comments
Open

Trying to make a split pane menu #533

HijackHornet opened this issue Apr 7, 2024 · 0 comments
Labels
bug Something isn't working needs reproduction

Comments

@HijackHornet
Copy link

馃摎 What are you trying to do?

Hello
I try and use a spit plane menu but i'm getting a number of issue. First i cannot open the collapsed mmenu by dragging from the left to the right, while i can do it on ionic playground in vue mode.
Secondly when i create an ion-item in this split pane with a router-link, i can click on it but the mouse doesnt show it when i hover the item, no shadow effect and cursor stay the same.
Again this is not happening on ionic playground so i'm confused.

馃攳 What have you tried?

<template>
  <ion-split-pane content-id="menu-content" when="md">
    <ion-menu content-id="menu-content">
      <ion-header>
        <ion-toolbar>
          <ion-title>Menu</ion-title>
        </ion-toolbar>
      </ion-header>
      <ion-content> 
               <ion-item
                  router-link="/aLink"
                  router-link-active="active-link"
                >Test</ion-item>
      </ion-content>
    </ion-menu>
    <ion-router-outlet id="menu-content"></ion-router-outlet>
  </ion-split-pane>
</template>

鈩癸笍 Additional context

No response

@maige-app maige-app bot added bug Something isn't working needs reproduction labels Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs reproduction
Projects
None yet
Development

No branches or pull requests

1 participant