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
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
I tried this :
But this not works !
Thank you