-
Notifications
You must be signed in to change notification settings - Fork 936
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
How to get loaded web page title? #192
Comments
did u try evaluate javascript with document.title ? |
Sure, but how to get a reference to the Document? |
You can refer to my code snippet, it works for me:
|
@baoxiehao Hi friend, this works on android, but is this working on iOS? I haven't test yet, but I saw many issues with no javascript in iOS. |
That's how I handled it.
|
Seems like it's resolved ? |
Haven't tested. But I think it's ok to close this issue. |
Closing.. |
I have a requirement to change the app title based on the page user currently loaded. is there any way to get page title?
The text was updated successfully, but these errors were encountered: