web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / PowerApp does not load...
Power Apps
Answered

PowerApp does not load screen (Just started happening)

(3) ShareShare
ReportReport
Posted on by 2,563

Hi

 

So this morning something weird started happening.

The app I have opens perfectly.

 

When the user clicks a buttons that uses Navigate to another screen.

The screen will show a spinning loader, then go back to the first screen, if the user clicks the button the second time the navigate works and the screen loads. This is now happening for all my navigate buttons, there is no code except the navigate function.

 

Anyone else having this issue?

Categories:
I have the same question (0)
  • Mozino Profile Picture
    4 on at

    If you have named formula you will lose them and the ParseJSON will be deactivated

  • Mozino Profile Picture
    4 on at

    If somebody still experiencing this issues. Do this

     

    - Open your app in power app studio

    - Go to settings > assistance and choose version 3.22085.14

    - Save and reload the app and then publish under 3.22085.14 and play the app.

    - After that repeat again the steps and then choose version 3.22092.x and play the app

     

    Hope this helps somebody

  • BollGary Profile Picture
    87 on at

    For my issue, because only occurred in Android phone, I tried to unistall the APP and reinstall, issues are fixed, so surprised

  • Kubo Profile Picture
    61 on at

    Thank you! I did not have this version but selecting lower version finally fixed it for me.

  • Verified answer
    JimmyW Profile Picture
    2,563 on at

    @michaelbratley 
    Just received the following respond from Microsoft.

    Just tested this and it works.

     

    • Open the app and go to App Settings
    • Click on the support tab 
    • Change Authoring version to 3.22043.13
    • Save and republish the app.

    JimmyWork_0-1650569328419.png

     

  • michaelbratley Profile Picture
    on at

    An update to PowerApps is available this morning, version 3.22042.8, but this update does not appear to fix the issue of restarting when using the Navigate function and when a Rich Text control's visibility is set to false.

  • JimmyW Profile Picture
    2,563 on at

    Short update

     

    Microsoft will release a fix this week, don't have exact dates and it might not be for all regions this week. Waiting to get more information and will post an update when I have more info

  • Office365Master Profile Picture
    338 on at

    As a workaround I set the Visible property on my RichTextEditor control to true (always).

     

    I then use a boolean variable (e.g. v_show_richtexteditor) to determine whether the control should be visible, but not as you would normally do on the Visible property of the control, instead use it determine the X value of the control such that when v_show_richtexteditor = true X = 0 and when v_show_richtexteditor = false X = Parent.Width + 1:

     

    Visible: true

    X: If( v_show_richtexteditor, 0, Parent.Width +1 )

     

    Not ideal but a reasonable workaround with minimal changes required until there's a proper fix. It works for my app at least.

  • BollGary Profile Picture
    87 on at

    Actually, I found another one issue, I released my APPs today with new version 3.22041.27 , then I found I can't open it in Android Phone, but can work fine in Web in windows system. I restore the version 3.22022.23, republish it, issue is still existing, I tried 4 APPs in 2 phones, same issue, I doubt this issue is also from this new version and generated when APP publish.

    Look forward Microsoft fix it as soon as possible.

  • allthings365 Profile Picture
    9 on at

    @JimmyWork

    After further investigation (reading the full thread) I can confirm the issue I have equally relates to a RichTextEditor control on the home screen that is not initially visible when the app loads.

     

    If I remove the control from the app the navigation works as expected.

     

    Adding a new RichTextEditor control thereafter reintroduces the issue, seemingly because the control is not visible by default based on a variable value (true/false).

     

    If I set the variable to true (Button action) to display the RichTextEditor control, and then back to false I am subsequently able to navigate to the other different screens in the app without any apparent issues.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 401

#2
WarrenBelz Profile Picture

WarrenBelz 334 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 325 Super User 2025 Season 2

Last 30 days Overall leaderboard