You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: