Skip to content

Disable swipe back using enableSwipeBackNavigation doesn't work #6091

@tsonevn

Description

@tsonevn

From @RoyiNamir on July 18, 2018 20:57

I've created a new simple plain empty project :

tns create aaa --ng

In the ctor of the items component , I did exactly what this post suggests

constructor(private page: Page) {
        this.page.enableSwipeBackNavigation = false;
}

But the suggested code (also in here by @tsonevn ) - doesn't work in the latest version.

As you can see : I'm still able to drag the window :

screen shot 2018-07-18 at 23 31 56

It happens in emulator and also on a real device.
(nativescript 4.1)

Attached sample project : https://ufile.io/umni8

Copied from original issue: NativeScript/ios-jsc#956

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions