Center allignment tv control remote widget in popup/popover

Hello all.

Please help me with remote control widget. I want use widget like that, in popover or popup, with center allignment on the screen (in mobile app too).

How can i do that?

Welcome to the forums.

The issue at hand is that the built-in wdiget popup action opens a modal window that is fixed in size and position. You don’t have any control over that. If you want full control over the the popup then you hace to make it yourself. The place to start is here (especially the section on f7 components which comes with a basic skeleton of a popup example):

Then you are going to want to search around the forums for “f7-popup”, there are many examples now successfully using the f7-popup component to create fully customized popups such as the one you describe.