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

Mock UI of Onstage app #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Mock UI of Onstage app #11

wants to merge 3 commits into from

Conversation

maciejgos
Copy link

@maciejgos maciejgos commented Feb 18, 2019

This is sample edit UI of real application currently in phase of migration from Apache Cordova to Xamarin.Forms.

Android

android-1
android-2

iOS

iphone-1
iphone-2

Issues

  • One of requirements in app we have transparent navigation bar which is still a little problematic to achieve.
  • Buttons and entry looks the same on both platforms however I would like to have more control on behaviour of control
  • StringFormat in XAML not working as expected however I think that this is a problem with Visual Studio for Mac Preview

Feature requests

  • More customisations

@davidortinau
Copy link
Owner

Thanks @maciejgos!

Yes, the partial or fully transparent navigation bar is a hassle due to the unique ways iOS and Android natively handle this. Presently i think you will still need to achieve this with platform renderers. Do you have a design comp showing what you want it to look like?

I would like to have more control on behaviour of control

More customisations

Can you elaborate on those?

@maciejgos
Copy link
Author

Hi @davidortinau

Yes, the partial or fully transparent navigation bar is a hassle due to the unique ways iOS and Android natively handle this. Presently i think you will still need to achieve this with platform renderers. Do you have a design comp showing what you want it to look like?
simulator screen shot - iphone 8 - 2019-03-02 at 15 07 59

This screen is from application (which I currently develop) as you can see on top of UI I have two semi-transparent bars. The white one should be a navigation bar with an opacity however I cannot achieve this using custom renderers yet.

I would like to have more control on behaviour of control

More customisations

Can you elaborate on those?
Using new Visual element it will be great if I have possibility to create "something" like Theme based for example on Material style. I would like to have control or possibility to change how controls will be rendered. I never receive from designer 100% material design UI. It always have some smaller or bigger changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants