When Admob Interstitial is called and after user close the ad, all frameModule.topmost().navigate() stop working.
This problem occurs on Nativescript blog implementation and nativescript-admob plugin too. from the blog content.
Example code I am using:
exports.buttonClicked = function(){
frameModule.topmost().navigate({
moduleName: "views/home",
animated: true,
transition: {
name: "slideTop"
}
});
}
Platform: Android 5;
Nativescript: 1.7;
When Admob Interstitial is called and after user close the ad, all
frameModule.topmost().navigate()stop working.This problem occurs on Nativescript blog implementation and nativescript-admob plugin too. from the blog content.
Example code I am using:
Platform: Android 5;
Nativescript: 1.7;