naver / egjs-view360

360 integrated viewing solution
https://naver.github.io/egjs-view360/
MIT License
500 stars 90 forks source link

ngx version not working with ionic angular #434

Open r-arteaga opened 11 months ago

r-arteaga commented 11 months ago

Description

Fresh ionic angular app installation with the angular code in the quickstart guide will result in a blank canvas which is draggable but always empty. In the network tab of the devtools i can see that the image has been loaded, but still the canvas is blank

Steps to check or reproduce

start a blank ionic angular application npm install @egjs/view360@next put the quickstart code add the styles to the angular.json serve the project and go to localhost:8100 see the blank canvas