capacitor-community / camera-preview

Capacitor plugin that allows camera interaction from HTML code
MIT License
189 stars 166 forks source link

fix for java.lang.NullPointerException in setupBroadcast() func #318

Closed qliqdev closed 5 months ago

qliqdev commented 12 months ago

fix for Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.widget.FrameLayout.dispatchTouchEvent(android.view.MotionEvent)' on a null object reference at com.ahm.capacitor.camera.preview.CameraPreview$4.onTouch(CameraPreview.java:500)

forgr-owner commented 5 months ago

I found the fix merged in the fork: https://github.com/Cap-go/camera-preview With many others improvement

qliqdev commented 5 months ago

@forgr-owner Thx

qliqdev commented 5 months ago

closing PR and migrating to @capgo/camera-preview