Giter Site home page Giter Site logo

Comments (2)

RaschidJFR avatar RaschidJFR commented on May 28, 2024

Hi. Can you provide a way of reproducing the issue or share some code maybe on stackblitz or similar?

from ionic-header-parallax.

hakimio avatar hakimio commented on May 28, 2024

@RaschidJFR I am also getting this error with v3.0.0-dev of this library, Angular v13 and Ionic v6.
The code I am using is really simple:

<ion-header
    parallax
    imageUrl="/assets/images/some-picture.jpg"
    maximumHeight="300"
    expandedColor="#FFFFFFFF"
    titleColor="#FFFFFF"
>
    <ion-toolbar>
        <ion-title>Event</ion-title>
        <ion-buttons slot="end">
            <ion-button
                color="dark"
                fill="solid"
            >
                Continue
            </ion-button>
            <ion-button id="menu-btn">
                <ion-icon slot="icon-only" ios="ellipsis-horizontal" md="ellipsis-vertical"></ion-icon>
            </ion-button>
        </ion-buttons>
    </ion-toolbar>
</ion-header>

<ion-content class="ion-padding">
    <h3>Foo Bar</h3>
    <p>Foo bar baz.</p>
</ion-content>

image

The error happens on this line and it's not triggered every time. Maybe the timeout should be increased?

Also, any idea why buttons with slot="end" are shown in the start of the toolbar and why those same buttons disappear when I have other buttons in slot="start"?

from ionic-header-parallax.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.