Richard Dufour

Results 4 comments of Richard Dufour

Exact same issue here. Using VS Version 17.10.0 Preview 2.0

This seems to work but is there a webfashionist/RichText way that would be more appropriate? function InsertAtCursor(textToAdd) { console.log("textToAdd: ", textToAdd); // These 4 lines is what actually inserts the...

Just that, I need to be able to insert some text at the current caret position (where the mouse is currently located). That code snippet work, but I wanted to...

**UPDATE**: I found a work around to get the darn iOS app icon to set/clear out. ``` using System; public static async void RefreshBadge() { //Called on MainPage OnAppearing and...