ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
51.07k stars 13.51k forks source link

bug: ion-loading vue-cli-plugin on iOS device and simulator #23840

Closed reslear closed 3 years ago

reslear commented 3 years ago

Prequisites

Ionic Framework Version

Current Behavior

vue3 component IonLoading not set shadow dom on ios or simulator in production mode, maybe this problem with webpack and svg spiners

<tempalate>
  <ion-page>
        <ion-loading
          :is-open="isLoading"
          :duration="5000"
          @didDismiss="setLoading(false)"
        >
        </ion-loading>
  </ion-page>
</tempalate>

Expected Behavior

showing loader with animation

Steps to Reproduce

  1. add component with vue 3 and
  2. build with vue-cli-plugin
  3. run in simulator

Code Reproduction URL

No response

Ionic Info

No response

Additional Information

No response

liamdebeasi commented 3 years ago

Thanks for the issue. Can you reproduce this in an Ionic start app and provide a link to the repo?

ionitron-bot[bot] commented 3 years ago

Thanks for the issue! This issue is being closed due to the lack of a reply. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

Thank you for using Ionic!