FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

all topmost().navigate instances stop working after Admob Interstitial close · Issue #1820 · NativeScript/NativeScript · GitHub

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

Description

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL