I can't implement social sharing for image on Android 12

I tried

  1. @awesome-cordova-plugins/social-sharing which crashes my app on Android 12 when calling its method,
  2. @capacitor/share but this does not support image sharing, and
  3. navigator.share(), which does not support image sharing as well.

Please guide me if you have any way to implement social sharing for image.

Add permission in androidmanifest.xml

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
 
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />

for details check
//Ionic 6 Angular Social share - YouTube