Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SettinsView.xaml displays on UWP not Android #3

Closed
jhalbrecht opened this issue Feb 3, 2019 · 1 comment
Closed

SettinsView.xaml displays on UWP not Android #3

jhalbrecht opened this issue Feb 3, 2019 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@jhalbrecht
Copy link
Owner

jhalbrecht commented Feb 3, 2019

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

@jhalbrecht jhalbrecht added the help wanted Extra attention is needed label Feb 3, 2019
@jhalbrecht
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant