Tutorial: Mobile App notification and camera

Hello!

I search over Wappler Docs and this community and couldn’t find a tutorial about create a mobile app with notifications and/or how to use the device’s camera!!

Is there a “wappler way” to build it?

Thanks and have a great week!

Hi Otavio,

You are better off checking the Cordova docs.

https://cordova.apache.org/docs/en/3.0.0/cordova/camera/camera.html
https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-camera/

1 Like

Hi there,

I need similar functionality in my app too. Have you had any success?

Cheers

Covered the camera here:

… Is pretty much the same for every Plugin with Cordova. Include/install the Plugin. Insert the JavaScript. Most Plugins have demo sample code which is usually quite easy to implement.

2 Likes

Hi Dave, I’m using the capacitor. Can I integrate the same code?

Hi @revolution,
Firstly welcome to Wappler! You will need to use the Capacitor plugin as the above is for Cordova. Should not be too dissimilar to get up and running. The following should help to get you started:

Thank you! I have tried with the Cordova plugin (it is provided in capacitor) and it works great.

1 Like

Oh man! I saw ‘tutorial’ in the topic and got excited! I would love to be able to do notifications on my mobile app. Feel bummed out now. :wink:

You can now access your device camera and photos for mobile and desktop apps. Please check:

This topic was automatically closed after 43 hours. New replies are no longer allowed.