Input Type file does not display camera option in android

Hi, this input type file does not display the option of camera in android , however the camera option is available in IOS. Any solution to display the camera option as well in android

IOS reference:

i’m using ionic version 7

  <input
    type="file"
    accept="image/*
  />