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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Cannot click anything ...
Power Apps
Answered

Cannot click anything when offline

(0) ShareShare
ReportReport
Posted on by 266

Hi,

I have a custom gallery and everything works fine when I am online. I made some offline capabilities that are working fine as well, but I have a problem with the main menu screen. It looks like this:

pal95_0-1607524001463.png


But when I click on arrows when offline, nothing happens. It is the only screen in the whole app where I have such an issue. Does anyone have any ideas what can be wrong there? I checked the code OnSelect on these arrows but it seems that nothing requires being online to be run

Thank you,

 

Categories:
I have the same question (0)
  • pal95 Profile Picture
    266 on at

    When I go to the next screen (screen 3) when connected, go offline and then go back to that main menu screen, everything works fine. It makes me really confused, what can cause such an issue?

  • Pstork1 Profile Picture
    69,599 Most Valuable Professional on at

    Is the gallery bound to the data source or to a collection that is populated from the data source?  For the controls to work the data has to be available locally.  So when making an app to work offline all the data has to be cached offline. Interactions with the data source then sync changes that have been made when the app is online.

  • pal95 Profile Picture
    266 on at

    I am fully aware of that. My gallery is made like this:

    pal95_0-1607525227616.png

    And here is my code for arrows:

    Spoiler (Highlight to read)

    If(
    Connection.Connected,
    If(
    CountRows(
    Filter(
    TimeChange,
    Day = Today()
    )
    ) = 0,
    Patch(
    TimeChange,
    Defaults(TimeChange),
    {
    Title: Max(
    TimeChange,
    Title
    ) + 1,
    Day: Today(),
    'Number of Patients': CountRows(Patients),
    Limit: 100
    }
    )
    )
    );

    // checking connection end

    Set(
    UpdatingPatient,
    false
    );


    Switch(
    ThisItem.Value,
    "New Patient",
    Clear(NPatient1);
    Clear(NPatient3);
    Clear(NPatient4);
    Clear(NPatient5);
    Clear(NPatient6);
    Clear(NPatient7);
    Clear(NPatient75);
    Reset(Dropdown1_4);
    Reset(Dropdown1_5);
    Reset(TextInput3_8);
    Navigate(NewPatient1),
    "Add New ...",
    NewForm(Form1);
    Set(
    consentnumber,
    0
    );
    Set(
    waivernumber,
    0
    );
    Set(
    ConsentUploaded,
    ""
    );
    Navigate(New...),
    "Update ... Details",
    Navigate(Update...),
    "Update Existing Foster Patient",
    Navigate(UpdatePatient1)
    );

    If(Connection.Connected,If(CountRows(Filter(TimeChange,Day = Today())) = 0,Patch(TimeChange,Defaults(TimeChange),{Title: Max(TimeChange,Title) + 1,Day: Today(),'Number of Patients': CountRows(Patients),Limit: 100})));// checking connection endSet(UpdatingPatient,false);Switch(ThisItem.Value,"New Patient",Clear(NPatient1);Clear(NPatient3);Clear(NPatient4);Clear(NPatient5);Clear(NPatient6);Clear(NPatient7);Clear(NPatient75);Reset(Dropdown1_4);Reset(Dropdown1_5);Reset(TextInput3_8);Navigate(NewPatient1),"Add New ...",NewForm(Form1);Set(consentnumber,0);Set(waivernumber,0);Set(ConsentUploaded,"");Navigate(New...),"Update ... Details",Navigate(Update...),"Update Existing Foster Patient",Navigate(UpdatePatient1));
  • pal95 Profile Picture
    266 on at

    I replaced the whole code just with Navigate and it is still not navigating 😞 I am really confused

  • pal95 Profile Picture
    266 on at

    still can't proceed from the main menu screen when offline

  • Verified answer
    Pstork1 Profile Picture
    69,599 Most Valuable Professional on at

    On your first screenshot there is a code checker warning symbol above your navigation.  What is the error/warning behind that?

     

    Also, in the advanced settings make sure that Delayed Load is not enabled

    image.png

  • pal95 Profile Picture
    266 on at

    It is just about loading data in a web browser.

    I will try to disable delayed load and let you know, looks promising, thank you

  • pal95 Profile Picture
    266 on at

    Brilliant, it is working!!!

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard