Skip to content
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

Prevent from setting title to the document.title page attribute #129

Open
pbassut opened this issue Apr 24, 2015 · 3 comments
Open

Prevent from setting title to the document.title page attribute #129

pbassut opened this issue Apr 24, 2015 · 3 comments

Comments

@pbassut
Copy link

pbassut commented Apr 24, 2015

I wanted to prevent this behavior.
Maybe before loading there should be a a flag to set if we want the title to be set with the document.title evaluated by the javascript in the page.

Until then, is there any workaround for this?

@kmiloaguilar
Copy link

+1 I will like this too.

@edwardmp
Copy link

+1

@kmiloaguilar
Copy link

@pbassut & @edwardmp I just found that if you use the title property you can modify the title of the navigation.

I just did this:

self.modalWebViewController.title = @"";

And I was able to modify the title. Hope it helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants