Tony Lugg

Results 10 issues of Tony Lugg

Does this support turn by turn Navigation?

### Environment **Are you on Windows or Mac:** Windows **Visual Studio Version:** 17.4.1 **.NET version `dotnet --version`:** 7 **MAUI version installed:** 7 ### Your code **Is it an app or...

### Description Android 13 has a new permission POST_NOTIFICATIONS. Notifications are turned off by default after installing the app in Android 13. There is no automatic prompt to allow notifications....

proposal/open

### Description The absence of a WinUI from MAUI Maps is problematic. I recognize that MS does not have support for its Bing Maps in WinUI, which is the issue...

proposal/open
platform/windows 🪟
partner/winui
area/desktop 🖥️
blocked
external
area/Maps🗺

**I'm submitting a bug report** * **Library Version:** aurelia-router: 1.3.0 * **Operating System:** Windows 10 * **Node Version:** 6.11.3 * **NPM Version:** 5.3.0 * **JSPM OR Webpack AND Version** Webpack...

bug

Using `@children` in a custom element is only working in Chrome. Adding `@useShadowDOM` to the custom element got it working in FireFox but it does not work in Edge. My...

question
documentation

The notification code in the Firebase messaging sample is using deprecated code. Since Android 8, notifications require a notification channel.

After I create StyledMultilineElement I am assigning an Image to it like this: loStyledMultilineElement = new StyledMultilineElement(lcAreas, lcTimes, UITableViewCellStyle.Subtitle); if (lbIsFavorite) { loStyledMultilineElement.Image = UIImage.FromBundle("Images/favorite.png"); } else { loStyledMultilineElement.Image =...

The docs don't seem to include iOS in the Notification Actions examples. I implemented action buttons but they only show up in Android; iOS doesn't even show the buttons.

Type: Bug When in a Query tab, choosing File->Save As from the menu, then hitting Cancel, causes an error "Failed to save .sql: Cannot read properties of undefined (reading 'resource')....

Bug
Needs More Info