naver / egjs-view360

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

Panoviewer is not working on Safari 15 #366

Closed WoodNeck closed 3 years ago

WoodNeck commented 3 years ago

Description

Due to the xrCompatible property when creating WebGL context, PanoViewer is not working on Desktop Safari 15

checkthemethod commented 3 years ago

@WoodNeck just noticed this fix for iOS15, did you also notice any of this behavior in your testing? I just logged this bug: https://github.com/naver/egjs-view360/issues/369

WoodNeck commented 3 years ago

@checkthemethod Hello! I think this issue is identical to yours. The reason for being unable in iOS15 is caused by the one property when creating the WebGL context, which is xrCompatible I've removed that in #367, and it will be released right in the next version :)

checkthemethod commented 3 years ago

@WoodNeck thank you for the quick reply. Is there an expectation or timeline on releasing the next version? Would love to test it out.

WoodNeck commented 3 years ago

As soon as the reviews are finished! I hope to release in the next week.