Closed JacobDB closed 6 years ago
iosInstallPrompt.destroy();
The idea is to completely remove the element from the page if it's destroyed. I'm not sure if this the appropriate way to do this, or if this would be better handled by users with the upcoming .close() method.
.close()
Closing in favor of #2
iosInstallPrompt.destroy();
The idea is to completely remove the element from the page if it's destroyed. I'm not sure if this the appropriate way to do this, or if this would be better handled by users with the upcoming
.close()
method.