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

dialog action with custom view, not jsut message #10473

Open
2 tasks done
dschewchenko opened this issue Jan 12, 2024 · 0 comments
Open
2 tasks done

dialog action with custom view, not jsut message #10473

dschewchenko opened this issue Jan 12, 2024 · 0 comments
Labels
feature-pending-triage A new feature request pending triage to confirm validity.

Comments

@dschewchenko
Copy link

dschewchenko commented Jan 12, 2024

Is your feature request related to a problem? Please describe.

For now it's impossible to use any formatting, or list inside such dialog type.
Will be cool to have such option to use action dialog like in datetime picker. It looks more native from UI/UX perspective, than custom view

TimePickerField on iOS (left) and Android (right)

Describe the solution you'd like

Add option options.contentView (View), that will prevent options.message option usage and it will render custom view instead of just text

Describe alternatives you've considered

alternative is just implement locally same dialog as in datetime picker, but it could be tricky to maintain by less experienced nativescript developer with knowledge of Android/iOS SDK.
Or use non-native solution like custom view that will copy UI of iOS UIAlertControllerStyle.ActionSheet and Android AlertDialog

Anything else?

No response

Please accept these terms

@dschewchenko dschewchenko added the feature-pending-triage A new feature request pending triage to confirm validity. label Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-pending-triage A new feature request pending triage to confirm validity.
Projects
None yet
Development

No branches or pull requests

1 participant