As you know, Model-driven apps can be used on different clients, like Android smartphones and tablets or iOS iPads and iPhones. Recently, I had the opportunity to test Custom pages with the Native player from Microsoft on Android and iOS. This worked perfectly on Android, but not on iOS. Indeed, an error message is displayed … Continue reading [Model-driven app – Custom Pages] How to fix the UserNotLoggedIn error when loading a custom page on the iOS native player?
Custom Pages
How to pass an object from a model app driven app to a custom page?
According to the current documentation, we can pass a dataverse record as a parameter. This is still very beneficial for some scenarios. But what if we want to pass a set of parameters without using an existing record. After several attempts, I managed to pass an object containing some properties from the model driven app … Continue reading How to pass an object from a model app driven app to a custom page?
How to display a Power Apps | Canvas app in full screen without the title bar?
Recently, I was asked to open a PowerApps | Canvas app without the title bar at the top of the screen. After some research, I found an answer from matthew devaney that proposed to add the "&hidenavbar=true" parameters to the URL of the application. This works perfectly and allows us to hide the title bar. … Continue reading How to display a Power Apps | Canvas app in full screen without the title bar?
Pass data from Custom page dialog to the parent model driven app
The new Custom Page component can be opened as a dialog in a model driven app. This feature will allow app makers to quickly create intuitive dialogs without code with a rendering that is close to the standard model driven app's dialogs, since it uses Fluent UI controls that are also used by Model Driven … Continue reading Pass data from Custom page dialog to the parent model driven app

Let’s add terms and conditions to a Model Driven App using Custom Page
This blog will discuss a new component for Power Apps Model Driven Apps called Custom Page. In fact, this component joins the family of existing pages like Forms, Views and Dashboards. This new type of page is based on the Canvas Apps container and will surely add power, flexibility and a lot of possibilities to … Continue reading Let’s add terms and conditions to a Model Driven App using Custom Page