appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
34.51k stars 3.72k forks source link

[Bug]: [iOS] Unable to see the camera icons in video mode when the camera widget's blob URL is binded to another widegt(Video widget in our case) #25839

Open kamakshibhat-appsmith opened 1 year ago

kamakshibhat-appsmith commented 1 year ago

Is there an existing issue for this?

Description

THIS ISSUE IS SPECIFIC TO IOS (tried in chrome and safari-same behaviour) Unable to see the camera icons in video mode when the camera widget's blob URL is binded to another widegt(Video widget in our case)

Steps To Reproduce

  1. Add Camera widget and switch to video mode
  2. Add video widget and bind it to {{Camera1.videoBlobURL}}
  3. Deploy and check on iOS device

we are observing that Camera is unable to show the icons for recording, play /pause, switch camera mode etc Check the screenshot(the image is from a local branch but we can replicate it on production as well)

IMG_2929 IMG_2930

Public Sample App

No response

Environment

Production

Issue video log

No response

Version

Cloud/SelfHosted

dilippitchika commented 1 year ago

@kamakshibhat-appsmith why were you binding the camera's blob url to video? Is there something specific you were not doing

kamakshibhat-appsmith commented 1 year ago

@dilippitchika No extraordinary usecase. For testing purpose, we wanted to check if Camera.videoBlobUrl binding works fine or not, and the quickest way to confirm was to bind it with video. That was the intention

dhruvikn commented 1 year ago

This is not reproducible anymore. @kamakshibhat-appsmith

kamakshibhat-appsmith commented 1 year ago

@dhruvikn I can still replicate this