You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This application runs as expected on UWP in local install. On my Android phone a Motorola moto g(6) play (Android 8.0 - api 26) the SettingsView.xaml page can be navigated to however it shows up white without the expected simple grid with settings Label and Input
See also issue Pdb2Mdb.PortablePdbNotSupportedException #1
I solved this by adding a Page SettingsPage rather than SettingsView. I copied the xaml exactly except I changed the Margin and Padding on the Grid from
<Grid Padding="200"
Margin="10">
To
<Grid Padding="20"
Margin="10">
The SettingsPage.xaml page functions as I would hope now. I wonder if this is worthy of filing a bug report. It would be nice to be warned if the Padding was to large or??? So many questions so little time.
There are still Pdb2Mdb.'Pdb2Mdb.PortablePdbNotSupportedException' as documented in issue #1
This application runs as expected on UWP in local install. On my Android phone a Motorola moto g(6) play (Android 8.0 - api 26) the SettingsView.xaml page can be navigated to however it shows up white without the expected simple grid with settings Label and Input
See also issue Pdb2Mdb.PortablePdbNotSupportedException #1
MqttSampleBuildAndroid.Log.txt
MqttSampleDebugLog.txt
The text was updated successfully, but these errors were encountered: