We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0440382 commit eb7a6f8Copy full SHA for eb7a6f8
Leanplum-SDK/Classes/LPMessageTemplates.m
@@ -741,8 +741,10 @@ - (void)closePopupWithAnimation:(BOOL)animated
741
finishCallback();
742
}
743
744
- if ([[context actionName] isEqualToString:LPMT_WEB_INTERSTITIAL_NAME]) {
+ if ([[context actionName] isEqualToString:LPMT_WEB_INTERSTITIAL_NAME] ||
745
+ [[context actionName] isEqualToString:LPMT_HTML_NAME] ) {
746
((UIWebView *)_popupView).delegate = nil;
747
+ [(UIWebView *)_popupView stopLoading];
748
749
750
_popupView = nil;
0 commit comments