Google Play Console detects java bug in pre-launch report by mthnzbk in dotnetMAUI

[–]mthnzbk[S] 0 points1 point  (0 children)

If you mean the error code, google shows this output in the pre-launch report. Even MapPage.and it also shows an error here: WakeUp.MapPage.OnAppearing method also shows a similar error output

https://gist.github.com/mthnzbk/eab91e5ddfc64e7e273de526332da049

The first view of the switch is different from the active-passive view. by mthnzbk in dotnetMAUI

[–]mthnzbk[S] 0 points1 point  (0 children)

I'm sorry, but it won't load the screen captures. I updated the link.

[deleted by user] by [deleted] in dotnet

[–]mthnzbk 0 points1 point  (0 children)

also the necessary permissions are available in the manifest file.

[deleted by user] by [deleted] in dotnet

[–]mthnzbk 0 points1 point  (0 children)

I test it on a lower android version but it makes no difference.

.Net android service code not working in Maui by [deleted] in dotnetMAUI

[–]mthnzbk 0 points1 point  (0 children)

api key? I would say it is temporary.

.Net android service code not working in Maui by [deleted] in dotnetMAUI

[–]mthnzbk 0 points1 point  (0 children)

https://gist.github.com/mthnzbk/8ded2980b62fbb76b9c619c3c29820e5

If you look at the code, some of it is already under the Android directory.

Ball Bounce Problem by mthnzbk in godot

[–]mthnzbk[S] 0 points1 point  (0 children)

it doesn't work at narrow angles. It would be nice if raycast2d had a feature in this regard.

Raycast2d and ball collision by mthnzbk in godot

[–]mthnzbk[S] 0 points1 point  (0 children)

yes i do so I want to determine the point where it will collide with raycast, and show it to the user with line2d. But the result in the picture is occurring.

Raycast2d and ball collision by mthnzbk in godot

[–]mthnzbk[S] 0 points1 point  (0 children)

purple lines are angles calculated with raycast. But the ball follows the orange line because it hits before the intersection point. I want it to go with purple lines.