HTMLView

BlitzMax Forums/BlitzMax Module Tweaks/HTMLView

MacSven(Posted 2008) [#1]
I am writing a Little Webbrowser with Blitzmax and i have problems with website that have frames. Google ads will shown in the htmlview gadget.

After some reading about the WebKit, i find a way to show all websites with frames correctly.

Open the cocoa.macos.m and go to line 452



comment out the marked lines from default: .

Now you can visit all webpages without any problem.