donatellijl12

Results 6 comments of donatellijl12

How is this not resolved yet? I'm having the same issue on Xamarin.Forms. 5.0.0.2337

> @wolfkonig I was doing some poc with sharing and I came across this issue as well. After digging I was able to fix it by adding `LaunchMode = LaunchMode.SingleTask`...

I have this issue as well. Whenever navigating to a page with a picker on Android, the picker automatically opens. Is there a workaround other than building a custom control?

Placing the picker in a scroll view fixed it for me for on initial page navigation, but not whenever I navigate back to the page. I'm interested to see your...

I have this issue as well and no change was made between runs using this task.

> Add env variable for use special build tools version: > > ``` > > - name: Sign Release > > uses: r0adkll/sign-android-release@v1 > > id: sign_app > > with:...