Thank you so much for taking the time to make this content, it was excellent.
@kinetik2018Ай бұрын
¡Gracias!
@SuperShivammm2 жыл бұрын
Very Well Explain to the point. Thanks
@azharsayyad2 жыл бұрын
please create a video on capacitor setup and how to build apk on it? (Like Cordova)
@CodingTechnyks2 жыл бұрын
Ok
@saikuttys27252 жыл бұрын
hi bro, am tried this method it's working fine but cannot build apk after installed camera...i am getting Error:package Android.support.annotation does not exist...plz help me if know any solution about this issue thanks...
@CodingTechnyks2 жыл бұрын
Hi Sai Will help you tomorrow but I must say to check all permissions properly Contact in 14 hours from now via Facebook
@mdnajmulhoda28062 жыл бұрын
Thanks for sharing. But it does not share images directly to WhatsApp as the video title says. It opens a share window that has all other apps to share with. Is there any way to directly share to whatsApp using Capacitor Share plugin?
@CodingTechnyks2 жыл бұрын
For directly sharing to WhatsApp socialsharing Cordova plugin is to be used when you have the option of passing phone number too
@marcianathaliabajanarivade50872 жыл бұрын
Thank you for your video. But when I want to share I get that the file format is not supported. Please help me
@CodingTechnyks2 жыл бұрын
Connect via Facebook messenger
@chuksokie12132 жыл бұрын
Could you create a video on an Ionic app RECEIVING photos from other apps?
@CodingTechnyks2 жыл бұрын
Nice idea Will think about it, haven’t tried it earlier with ionic
@chuksokie12132 жыл бұрын
@@CodingTechnyks 🙂 Yes please. No one talks about such functionally. I've purchased your course by the way and it's great.
@CodingTechnyks2 жыл бұрын
Thanks Chuks Okie
@Sureshkumar-mn1ee2 жыл бұрын
How to generate and share a pdf file in Ionic. Is there any videos. Help me
@CodingTechnyks2 жыл бұрын
Hi Suresh You can try pdfgenerator plugin to generator pdf, and share using formdata
@Sureshkumar-mn1ee2 жыл бұрын
@@CodingTechnyks Is there any example
@sohailaslam13612 жыл бұрын
Hii bro, can you make video's on Android emulator plz?
@CodingTechnyks2 жыл бұрын
Hi Sohail, What you want on android emulator
@CodingTechnyks2 жыл бұрын
It’s simple to use, are you getting stuck somewhere
@lelouchthedemon2 жыл бұрын
bro i made a clone WhatsApp but when i wanna take a picture its says u didnt give us camera permission but i already give, what the problem in ur opinion?
@CodingTechnyks2 жыл бұрын
Check if something not synced properly
@CodingTechnyks2 жыл бұрын
Also there is a function called requestpermissions I think for android, if it’s there then apply it
@mohdmizanurrahman29162 жыл бұрын
How can I resize the image output of capacitor camera before upload to reduce image size? Can anyone help.
@CodingTechnyks2 жыл бұрын
Use height and width property of camera.getPhoto() options, check the documentation