-
Notifications
You must be signed in to change notification settings - Fork 934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onChangedUrl is not working even my url changed sometime. #433
Comments
Is your URL changing in the webbrowser? (i.e. does the new page load) |
yes it is changing on web |
Can you post your code? Maybe try running it with a print statement? It
works fine for me.
…On Tue., Jun. 4, 2019, 3:07 a.m. Sanjay Maharjan, ***@***.***> wrote:
yes it is changing on web
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#433?email_source=notifications&email_token=AAQO5XRDOU37PBVYXB5QVSDPYY5HHA5CNFSM4HSEZB7KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODW4CVFI#issuecomment-498608789>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAQO5XULW46LWZX6632VU4DPYY5HHANCNFSM4HSEZB7A>
.
|
return WillPopScope( _onUrlChanged = flutterWebviewPlugin.onUrlChanged.listen((String url) {
|
is not working for me, when i use another plugin https://pub.dev/packages/android_alarm_manager in order to test it, is enought to setup the app, and just add the
added bug report into flutter too, flutter/flutter#34982 |
Is it full page reload or just javascript reload ? |
not sure if this is for me, but not, is a full reload, i think the issue is related with |
Indeed after |
@hgouveia thanks to @estevez-dev issue got discovered with alarm manager and workmanager, no fix yet unfortunately |
@charafau is there fixed yet? |
Hi @smaharjan974 @duongtruong12 . I got the same issue but now i fixed in my app. I was because of the url that app redirect to continue redirect to another url so sometime, in some devices it can not capture in that case. So remove the redirect on url of server side fixed my issue. Hope this helpful! |
Hello, this issue seems to be solved already by flutter team flutter/flutter#34982 for me is working now, this might be closed, if you guys could confirm too |
I have a url like "mybase_url/?abc=abc12&code=123" and i click one of my view my url changed to mybase_url/abc/abc this url is not listened in onChangedUrl. Any Solution?
The text was updated successfully, but these errors were encountered: