microsoft / pxt-arcade

Arcade game editor based on Microsoft MakeCode
https://arcade.makecode.com
MIT License
481 stars 209 forks source link

Share Dialog Copy Button Not Working in Offline App #6050

Closed thsparks closed 1 year ago

thsparks commented 1 year ago

The copy button in the share dialog doesn't seem to actually copy the url to the clipboard. Maybe a permissions issue, accessing clipboard from the app? Works okay in the web app.

image
srietkerk commented 1 year ago

It's interesting to me that you were able to get to this part of the modal. When I tried to share offline, it gave me an error that I was offline and to try again when I came online.

thsparks commented 1 year ago

I was online but using the offline app

srietkerk commented 1 year ago

Oh, gotcha

abchatra commented 1 year ago

Duplicate of https://github.com/microsoft/pxt-arcade/issues/6039