Page 2 of 2

Re: Back and Forward

Posted: Mon Aug 06, 2018 6:01 pm
by salvadordf
That procedure could be used to do something that needs to be done after the browser is fully created.
If your app doesn't have to do anything at that moment then you can remove it.

The demos use that procedure to enable some parts of the user interface and load the homepage but you already loaded the homepage in another procedure and your app is in full screen mode, so it doesn't have many user interface elements.

Re: Back and Forward

Posted: Tue Aug 07, 2018 2:18 pm
by Hitman
Thank you! :D