Zeryab Khan
Zeryab Khan
May be this can help:  
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?