Assigned
Status Update
Comments
ar...@menedev.de <ar...@menedev.de> #2
We’ve shared this with our product and engineering team and will continue to provide updates as more information becomes available.
mu...@google.com <mu...@google.com>
mu...@google.com <mu...@google.com> #3
Thank you, Google! Check out my other issues as well! :P
is...@google.com <is...@google.com>
di...@gmail.com <di...@gmail.com> #4
Hey guys,
for some reason you've changed the status of this
https://issuetracker.google.com/issues/210474563
issue to "Duplicate". But that issue is unrelated to this thread's issue 😅
for some reason you've changed the status of this
issue to "Duplicate". But that issue is unrelated to this thread's issue 😅
jp...@google.com <jp...@google.com>
jp...@google.com <jp...@google.com> #5
- Build Number: google/sargo/sargo:12/S2B1.211112.006/7934767:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
I'm also facing same issue
Debugging information
Google Play services
com.google.android.gms
Version 214516044 (21.45.16 (190400-414021728))
System App (Updated)
Android System WebView
com.google.android.webview
Version 466410433 (96.0.4664.104)
System App (Updated)
Network operator: airtel
SIM operator: airtel
Filed by Android Beta Feedback. Version (Updated): 2.22-betterbug.external_20211027_RC01
To learn more about our feedback process, please visithttps://developer.android.com/preview/feedback#feedback-app .
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
I'm also facing same issue
Debugging information
Google Play services
com.google.android.gms
Version 214516044 (21.45.16 (190400-414021728))
System App (Updated)
Android System WebView
com.google.android.webview
Version 466410433 (96.0.4664.104)
System App (Updated)
Network operator: airtel
SIM operator: airtel
Filed by Android Beta Feedback. Version (Updated): 2.22-betterbug.external_20211027_RC01
To learn more about our feedback process, please visit
Description
It would be beneficial if such functions where invoked with an event object with references to the OverGridImage(see
For example, say a developer wanted to create a clickable interface, where a collection of cells has images bound to them. If the assigned functions were invoked with an "onClick" event object with references to the OverGridImage then one could write a single function and use the image reference to manage state contextually. Currently one has to define a unique function for every image to achieve that.
Event objects are a feature of simple and installable triggers, whose functions, such as onEdit(e) and onOpen(e), accept event objects. Its seems reasonable that the same could (and should) be done for clickable images.