Reegan R

Results 5 issues of Reegan R

Hi, After successfully added this plugin to Ionic 4+. I noticed that Mobile Hotspot blocked this plugin notification. Mean `onTransitionReceived()` not listening the geofences. After turned off the Mobile Hotspot,...

Hi friend, I have group of checkboxes ``` Roles Manage Create Users View Users ``` ``` $('.create-role-validation').validator().on('submit', function (e) { var boxes = $(":checkbox:checked"); if (e.isDefaultPrevented()) { if(boxes.length == 0)...

Please update the latest code snippts in the cheat sheet

https://htmlpreview.github.io/?https://github.com/mclxly/laravel5-cheatsheet/blob/master/index.html Please update the pdf link. It seems broken. The download finished with error without any pages.

Hi, I want to do multi select on long press. for that need to finding the current element I click. I tried to pass the `$event` via parameter. but it...