Open jackr1w opened 5 months ago
Simplest solution (might have corner cases, didn't run into them yet, though YouTube on my dev phone is opened without controls - might be a side effect of whatever, since I've tried it from anywhere else in the app and the result was the same, will test it on my son's phone later and see):
Thanks @jackr1w. I have flagged this up for the Android app team.
@jackr1w, please can you try this again after updating in the Play Store and let us know whether this now works for you in the latest release? We use essentially your approach for all URLs that don't belong in our Web View.
Sorry for the delay. Thank you very much, finally got to check the new version, works as expected. I'll update it on my son's phone now, replacing my custom compiled branch with the official release. Thanks again!
On Thu, Aug 29, 2024, 16:24 Matt Hillsdon @.***> wrote:
@jackr1w https://github.com/jackr1w, please can you try this again after updating in the Play Store and let us know whether this now works for you in the latest release? We use essentially your approach for all URLs that don't belong in our Web View.
— Reply to this email directly, view it on GitHub https://github.com/microbit-foundation/microbit-android/issues/71#issuecomment-2317651121, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO5WAPFUHN2SL7QRCCFQLPLZT4OJJAVCNFSM6AAAAABJMMGQTKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJXGY2TCMJSGE . You are receiving this because you were mentioned.Message ID: @.***>
When installing this on phones of kids under 13, they receive a fully functional non-logged-in YouTube window with search option and everything, bypassing all their parental controls, by opening any YouTube link from makecode.microbit.org homepage - any of the video tutorials.
To Reproduce
Expected behavior
Screenshots/Recordings
micro:bit version
Device
Additional context I'll try to implement the simplest - detecting the YouTube links and sending them out to YouTube app by intents - myself, just not sure I would be able to submit it as my dev env is not too functional.