Hi,
I'm launching the embedded browser from homebrew (sceUtilityHtmlViewer*) displaying a local file. I'd like to detect when the user clicks on a link and retrieve the new url. Is there a field where the current url is stored? Can anybody point me in the right direction?
Or: how would you go about building a web server which generates web sites on the fly to be displayed by the embedded browser.
Thanks a lot for any help,
BenHur
current url in the embedded browser
You'll probably have to reverse the htmlviewer modules and hook something. If the files are all local you might be able to get away with hooking the sceIoOpen syscall. As for the web server, it should be possible if the PSP supports loopback. Just start the server along side the htmlviewer and hopefully thee browser works with less RAM.
-
- Posts: 203
- Joined: Sat Jul 05, 2008 8:03 am