getx icon indicating copy to clipboard operation
getx copied to clipboard

GetPage preventDuplicates not working

Open anchao-lu opened this issue 1 year ago • 4 comments

Describe the bug Why GetPage preventDuplicates not working

**Reproduction code

example:

GetPage(
      name: _Paths.webview,
      page: () => const WebviewScreen(),
      preventDuplicates: false,
    ),

I have to use this

Get.toNamed(
        Routes.webview,
        arguments: {
          'url': link,
          'title': showName,
        },
        preventDuplicates: false,
      )

anchao-lu avatar Nov 30 '23 08:11 anchao-lu

same issue

yanashenyang avatar Dec 04 '23 02:12 yanashenyang

same issue

lwx123 avatar Jan 03 '24 16:01 lwx123

same issue

yanashenyang avatar Feb 03 '24 08:02 yanashenyang

same issue

giantss avatar Mar 05 '24 10:03 giantss