You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* If an app sets hardwareBackButton: false and experimentalCloseWatcher: true
45
+
* then the close watcher will not be used.
46
+
*/
47
+
if(shoudUseCloseWatcher()){
48
+
printIonWarning(
49
+
'experimentalCloseWatcher was set to `true`, but hardwareBackButton was set to `false`. Both config options must be `true` for the Close Watcher API to be used.'
0 commit comments