Status Update
Comments
be...@google.com <be...@google.com> #2
This issue is acknowledged. Kindly give us some to look into your concern. Thanks
ra...@google.com <ra...@google.com> #3
Hi,
From the error you're seeing it looks like this is an issue with the target origin being https. You would need to change the url of the file you are trying to embed to https.
Kindly try to change it from https to http.
Check this SO link below:
Thanks!
mo...@google.com <mo...@google.com>
ap...@google.com <ap...@google.com> #4
I believe your reply isn't consistent.
You wrote:
You would need to change the url of the file you are trying to embed to https.
And also:
Kindly try to change it from https to http.
Which one should it be?
Anyway, I've tried them both, and the issue remains with both.
When removing either loading="lazy" or enablejsapi there are no console errors.
From this fact, it can be concluded the issue isn't with the URL.
The issue is with loading="lazy" and enablejsapi not working properly together. They should work together, as they are both essential. For this reason, I opened the ticket.
I've read every related Stack Overflow question before opening this issue.
pr...@google.com <pr...@google.com> #5
Oops. Apologies, as simple typographical error means a lot in my previous comment regarding https and http.
Nonetheless, I'll escalate this issue to our internal team, and I'll get back to you whenever there's an update. I'm afraid I can't give you specific dates or timeline when this might be prioritized. Rest assured that I am closely monitoring this issue.
Thanks!
Description
Jetpack Compose component used: AndroidView, Focus
Android Studio Build: uild #AI-233.14808.21.2331.11574862
Kotlin version: Latest
Steps to Reproduce or Code Sample to Reproduce:
1. See cl/690811317 MainActivity.kt
2. Create several buttons under AndroidView. And several buttons outside of AndroidView in compose
3. Add an onKeyEvent on AndroidView that request focus for the buttons in compose.
3. Press the key that set in the onKeyEvent. The focus will move to the next AndroidView button instead of buttons incompose.
Stack trace (if applicable):