LoginSignup
1
0

More than 5 years have passed since last update.

refresh page after swipe back Framework7

Posted at
  • page1 -> page2
  • swipeback
  • page2 -> page1
  • refresh page1
var initPage1 = myApp.onPageInit("page1", function(page) {
  // ...
});
myApp.onPageAfterBack("page2", function(page){
  initPage1.trigger(myApp.getCurrentView().activePage);
});
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0