Skip to content

all topmost().navigate instances stop working after Admob Interstitial close #1820

@calebeaires

Description

@calebeaires

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;

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions