ngx version not working with ionic angular
r-arteaga opened this issue · 0 comments
r-arteaga commented
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