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
fix(frame-studio): remove canShare gate for iOS export
canShare was returning false on some iOS devices, preventing the share
path entirely and falling through to anchor download which silently
fails on iOS Safari. Now tries navigator.share() directly and only
falls back to anchor download on TypeError.
0 commit comments