Jason Wall
Jason Wall
This allows a user to override the way the Prompt is written so that changes to formatting can be introduced. i.e. ``` System.ReadLine.WritePrompt = (prompt) => { Console.ForegroundColor = ConsoleColor.Yellow;...
I'm getting a null pointer exception when i run the app after deploying it to the play store. It works when i deploy a debug build to the phone. ```...
I'm on Ionic 4. I had to change line 35 of minifier.js to this: `_this.platformPaths.push(path.join(_this.basePath, platform,'app', 'src', 'main', 'assets', 'www'));` to get it working.
I'm using your sample code... i got it to build but the 'beaconsDidRange' event never has any beacons in the list. I set the uuid to the uuid of one...