Hello friends here i am again with interesting issue and with its solution.
How to share the content such photos on whatsapp, intagram, facebook using ionic framework.
After working for a day finally , I got the solution .
They are as follows.
1. Open your project.
2. Locate for platform folder and open.
3. Go inside ANDROID folder,
4. Look for Android.manifest.xml.
5. Open the file and add the following below line.
< intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
6. Save the file.
Till then keep asking
How to share the content such photos on whatsapp, intagram, facebook using ionic framework.
After working for a day finally , I got the solution .
They are as follows.
1. Open your project.
2. Locate for platform folder and open.
3. Go inside ANDROID folder,
4. Look for Android.manifest.xml.
5. Open the file and add the following below line.
< intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
6. Save the file.
Till then keep asking
0 comments