Display Issue on Home Page After SQLite Query

Hello,

I’m using version 7 of Framework7 with Cordova and the Tabs template.

After app initialization, the home page (the first tab) displays data fetched from the SQL database.

I’m having trouble displaying this data correctly; I need to navigate away from the tab and then return to it for the data to appear. There seems to be a refresh issue.

It appears that the initialization of the home page occurs before the SQLite return.

Could you please assist me?