nslogx / flutter_easyloading

✨A clean and lightweight loading/toast widget for Flutter, easy to use without context, support iOS、Android and Web

Home Page:https://pub.dev/packages/flutter_easyloading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Back button navigation should be disabled while easy loading is in progress

jahidRatul opened this issue · comments

i can tap on Back button in device when loading is in progress. this should not be happening. it should be disabled.

Thanks for taking the time to open an issue. I will have a look and answer as soon as possible.

Thanks for taking the time to open an issue. I will have a look and answer as soon as possible.

Have you integrated a new feature to enable navigation during loader in progress?

Any updates here?

Same problem

@RogerBrusamarello , @jahidRatul, @outsourcingvasundhara123

I've added pull-request solving this problem.

You can try that.

#182

Screenshot (4)

@feduke-nukem Can you help me plz?

Screenshot (4)

@feduke-nukem Can you help me plz?

Could you provide more details?

Screenshot (5)

I added your branch and run pub get, I got those error

image

I'm not sure I think the error come from the selected line. It does not know the character which is after 'Support ios'.

image

I'm not sure I think the error come from the selected line. It does not know the character which is after 'Support ios'.

Well, as you can see, I didn't make any changes to that line, so I couldn't help you, unfortunately.

Someone fixed this error in #193, but it does not contain back button interceptor. Anyway thanks

Someone fixed this error in #193, but it does not contain back button interceptor. Anyway thanks

I pushed changes to forked branch. You may check.

Someone fixed this error in #193, but it does not contain back button interceptor. Anyway thanks

I pushed changes to forked branch. You may check.

Thank you so much. It works perfectly.