Zeryab Khan

Results 6 comments of Zeryab Khan

May be this can help: ![image](https://user-images.githubusercontent.com/51020585/157383192-8428a3c1-a289-4b2c-9811-f6f4e2c81921.png) ![image](https://user-images.githubusercontent.com/51020585/157383367-bffaa8c4-1528-4de6-afb7-8d0d53e26301.png)

since you have to get permission on user input so you do something like this: window.document.onclick = function () { if ( typeof (DeviceMotionEvent as any).requestPermission() .requestPermission === "function" )...

You can use Local Notification in Capacitor version 3: `import { LocalNotifications } from '@capacitor/local-notifications';` ``` scheduleNotification(){ LocalNotifications.schedule({ notifications:[ { title:'Friendly Remainder', body:'Join the twinker family', id:2, extra:{ data:'pass your...

Don't think its perfect but somehow i managed to do it like this: fetch(jsoncall) .then(res => res.blob()) // Gets the response and returns it as a blob .then(blob => {...

Don't think its perfect but somehow i managed to do it like this: fetch(jsoncall) .then(res => res.blob()) // Gets the response and returns it as a blob .then(blob => {...

any idea when this plugin will support android?