i want to dispaly a promo slider of the usage of the app , to tell users more about my app , i need a function or cordova plugin to excute an component if it the first installation .
Note : That i Use Ionic 2
You could store a value in localstorage when the slider are shown the first time.
Then check that value and skip the slider if set.
1 Like
Thank You Man