Myles

Results 141 comments of Myles

@shootdaj IIRC it shouldn't, unless you specifically didn't select "remain connected" or whatever the prompt is when android detects no internet, which is the only thing i can think that...

@simonkincaidkintronix yes you should pass `true` to the `bind` argument to force it to bind to that network (when no internet on wifi network). Try using the bindall feature and...

@simonkincaidkintronix no i do not know of any way to prevent that from showing -- i think it's native to Android itself -- the only way i can think of...

@vially Thanks for submitting this PR, can you confirm what versions have support for promises, and which versions do not? I'm absolutely on board with removing any bloat as that's...

@vially yeah that was my concern with removing it, is the possibility of all hell breaking loose ... and it's not like this is a lib for microcontrollers where space...

@SentleAngular what do you mean by that? Can you please elaborate so I can try and help you with this?

@SentleAngular thank you will look at adding this for the next release https://github.com/dpa99c/cordova-diagnostic-plugin/blob/master/src/android/Diagnostic_Location.java#L151

@TxtSync so i've added some handling for this in the 3.2.0 to-be-released branch under `location` which i will merge into `dev` here shortly

Just for giggles 😝 ```php function __construct() { add_action( 'admin_enqueue_scripts', array( $this, 'death_to_sloppy_devs' ), 9999999 ); add_action( 'admin_print_scripts', array( $this, 'death_to_even_sloppier_devs' ), 9999999 ); } /** * Dequeue scripts/styles that...

@mAAdhaTTah any word on this? TBH i'm still using this old modified version and was lurking around thinking about upgrading but didn't want to have to spend hours messing with...