zesage / panorama

Panorama - Flutter Widget
Apache License 2.0
114 stars 71 forks source link

Support web platform #24

Open Joseph-Nathan opened 3 years ago

Joseph-Nathan commented 3 years ago

can you Support web platform ?

trymenghuy commented 2 years ago

flutter web canvasKit render works fine, but html render not working. why?

GVAMDaniel commented 1 year ago

Hello, did you found any solution or another package to do this?

dariocavada commented 1 year ago

I've developed an alternative package named panorama_viewer (link) as the original panorama doesn't build successfully with the recent Flutter 3.13.0 release for Android.

Demo for the new package can be found here.

GVAMDaniel commented 1 year ago

I've developed an alternative package named panorama_viewer (link) as the original panorama doesn't build successfully with the recent Flutter 3.13.0 release for Android.

Demo for the new package can be found here.

Thank you. I managed to get the panorama working on the web by disabling the sensorControl to None. That package looks promising. Does it also work with the device's gyroscope?

dariocavada commented 1 year ago

I've developed an alternative package named panorama_viewer (link) as the original panorama doesn't build successfully with the recent Flutter 3.13.0 release for Android. Demo for the new package can be found here.

Thank you. I managed to get the panorama working on the web by disabling the sensorControl to None. That package looks promising. Does it also work with the device's gyroscope?

Yes it works with gyroscope, both for Android and iOS