Skip to content

update URL in adress bar #30

@Minyar2004

Description

@Minyar2004

Hi,

I'm using your browser and I followed your tutorial, I have a question about this article: http://dev.glicer.com/section/probleme-solution/creer-navigateur-personnalise-5.html

I want just to display the current URL in the adress bar. How can i change your code to update the url in the adress bar, according to my navigation.

PS: I want to do this on article5.

I have used

git clone https://github.com/emmanuelroecker/GL-Browser
git checkout article5

I tried this :

	webview.on('did-navigate', (event, url) => {
		$('.tab-pane.active .gl-urltext').value = url;
	});

But this not works !

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions