Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Popup with CustomUI? #249

Open
EmilAlipiev opened this issue Mar 2, 2020 · 4 comments
Open

Popup with CustomUI? #249

EmilAlipiev opened this issue Mar 2, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@EmilAlipiev
Copy link
Contributor

Is it possible to display a popup with customUI, not only text and button? I couldnt find any example. Or Rg.Popup package is the only way we can get this job done?

@jkpu
Copy link
Contributor

jkpu commented Mar 2, 2020

Current Information & TwoButton Popup are not support custom UI.
Which kind of property(e.g. background image , bg color , button position) do you want to add ?
We will considerate enhancement of Popup in CircularUI

@jkpu jkpu added the enhancement New feature or request label Mar 2, 2020
@EmilAlipiev
Copy link
Contributor Author

yes i would like to use image, label etc. I played around with rg.popup @myroot had PR for tizen which isnt merged into master but it works perfectly fine on mobile. However i am looking more for wearable.

@jkpu
Copy link
Contributor

jkpu commented Mar 3, 2020

I have checked Rg.Plugins.Popup in rotorgames/Rg.Plugins.Popup#272
This popup is only for mobile profile.
In Tizen wearable device, Popup is displayed full screen only same as Information/TwoButtonPopup. partial displayed popup is not supported.

How about you use page and NavigationPage instead of Popup? you can customize page and push (show popup) and then pop page when press button or back-button.

@rookiejava
Copy link
Contributor

Refer to #276

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants