You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building the app in Release mode on Android, buttons, sliders, and steppers associated with the CurrentZoomFactor and RequestZoomFactor properties do not work. It’s worth mentioning that the pinch gesture on the CameraView works fine.
On iOS, everything functions correctly in both Debug and Release modes.
Steps to Reproduce
Set CameraDemoApp as Startup Project.
Set the mode to Release and build the app into an Android phone.
Check and request camera permission.
Navigate to Camera Preview Demo page.
Click on the + and - buttons.
Expected Behavior
Zoom to work on Release mode using other methods than pinch gesture, on Android.
Actual Behavior
Zoom only works by pinch gesture on Release mode.
Basic Information
Version with issue: 1.4.28-pre
Last known good version: -
Screenshots, Attachments, Links
18132-18132 GestureDetector com.companyname.camerademoapp I obtain mCurrentDownEvent. id: 507872223 caller: io.sentry.android.core.internal.gestures.SentryWindowCallback.handleTouchEvent:5 io.sentry.android.core.internal.gestures.SentryWindowCallback.dispatchTouchEvent:12 com.android.internal.policy.DecorView.dispatchTouchEvent:734
18132-18132 GestureDetector com.companyname.camerademoapp I obtain mCurrentDownEvent. id: 507872223 caller: android.view.ScaleGestureDetector.onTouchEvent:275 androidx.camera.view.PreviewView.onTouchEvent:65 android.view.View.dispatchTouchEvent:16225
18132-18132 GestureDetector com.companyname.camerademoapp I obtain mCurrentMotionEventRaw. action: 2 id: 39137716
18132-18132 GestureDetector com.companyname.camerademoapp I obtain mCurrentMotionEventRaw. action: 2 id: 39137716
18132-18132 ViewRootIm...nActivity] com.companyname.camerademoapp I ViewPostIme pointer 1
18132-18132 CameraController com.companyname.camerademoapp D Tap to focus disabled.
18132-18132 ViewRootIm...nActivity] com.companyname.camerademoapp I ViewPostIme pointer 0
18132-18132 GestureDetector com.companyname.camerademoapp I obtain mCurrentDownEvent. id: 446000464 caller: io.sentry.android.core.internal.gestures.SentryWindowCallback.handleTouchEvent:5 io.sentry.android.core.internal.gestures.SentryWindowCallback.dispatchTouchEvent:12 com.android.internal.policy.DecorView.dispatchTouchEvent:734
18132-18132 GestureDetector com.companyname.camerademoapp I obtain mCurrentMotionEventRaw. action: 2 id: 832622798
18132-18132 ViewRootIm...nActivity] com.companyname.camerademoapp I ViewPostIme pointer 1
18132-19667 e.camerademoapp com.companyname.camerademoapp I Explicit concurrent mark compact GC freed 4689KB AllocSpace bytes, 1(20KB) LOS objects, 49% free, 6515KB/12MB, paused 952us,3.738ms total 51.317ms
18132-18132 ViewRootIm...nActivity] com.companyname.camerademoapp I ViewPostIme pointer 0
18132-18132 GestureDetector com.companyname.camerademoapp I obtain mCurrentDownEvent. id: 22475360 caller: io.sentry.android.core.internal.gestures.SentryWindowCallback.handleTouchEvent:5 io.sentry.android.core.internal.gestures.SentryWindowCallback.dispatchTouchEvent:12 com.android.internal.policy.DecorView.dispatchTouchEvent:734
18132-18132 ViewRootIm...nActivity] com.companyname.camerademoapp I ViewPostIme pointer 1
18132-18132 GestureDetector com.companyname.camerademoapp I obtain mCurrentMotionEventRaw. action: 1 id: 970217199
18132-18132 ViewRootIm...nActivity] com.companyname.camerademoapp I ViewPostIme pointer 0
18132-18132 GestureDetector com.companyname.camerademoapp I obtain mCurrentDownEvent. id: 920586207 caller: io.sentry.android.core.internal.gestures.SentryWindowCallback.handleTouchEvent:5 io.sentry.android.core.internal.gestures.SentryWindowCallback.dispatchTouchEvent:12 com.android.internal.policy.DecorView.dispatchTouchEvent:734
18132-18132 GestureDetector com.companyname.camerademoapp I obtain mCurrentDownEvent. id: 920586207 caller: android.view.ScaleGestureDetector.onTouchEvent:275 androidx.camera.view.PreviewView.onTouchEvent:65 android.view.View.dispatchTouchEvent:16225
18132-18132 GestureDetector com.companyname.camerademoapp I obtain mCurrentMotionEventRaw. action: 2 id: 199633483
18132-18132 GestureDetector com.companyname.camerademoapp I obtain mCurrentMotionEventRaw. action: 2 id: 199633483
Debug mode:
CameraScanner.Maui-zoom_bug_debug.mp4
Release mode:
CameraScanner.Maui-zoom_bug_release.mp4
The text was updated successfully, but these errors were encountered:
Description
When building the app in
Release
mode on Android, buttons, sliders, and steppers associated with theCurrentZoomFactor
andRequestZoomFactor
properties do not work. It’s worth mentioning that the pinch gesture on theCameraView
works fine.On iOS, everything functions correctly in both
Debug
andRelease
modes.Steps to Reproduce
CameraDemoApp
as Startup Project.Release
and build the app into an Android phone.Camera Preview Demo
page.+
and-
buttons.Expected Behavior
Release
mode using other methods than pinch gesture, on Android.Actual Behavior
Release
mode.Basic Information
1.4.28-pre
Screenshots, Attachments, Links
Debug mode:
CameraScanner.Maui-zoom_bug_debug.mp4
Release mode:
CameraScanner.Maui-zoom_bug_release.mp4
The text was updated successfully, but these errors were encountered: