snapshotAsync issue with IOS 15
Recently I noticed that this line of code await window.threekit.player.snapshotAsync();
when it executes on IOS v15 safari it reloads the page instead of returning a promise.
0
-
bunfong ung a potential workaround for this issue (crash on snapshot) is to reduce the snapshot resolution.
ex.api.snapshotAsync({size: {width, height}})
where
width*height
is smaller than the resolution which was originally used for the snapshot0
Please sign in to leave a comment.
Comments
1 comment