0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix location on screen of main webview More... over 15 years ago
fix JS syntax error More... over 15 years ago
significant but partial refactoring to introduce NitroxCore and NitroxApp classes. the Core has the web server, the App is a specific application context (and webview). More... over 15 years ago
refactor most of the library code into a libnitrox project create a few demo apps included a mixed-replace demo More... over 15 years ago
only use .md readme More... over 15 years ago
remove old wrapper app More... over 15 years ago
added nitroxwrapper app More... over 15 years ago
misc More... over 15 years ago
split libnitrox into its own project and make it a dependency for nitroxdemo More... over 15 years ago
added demo and libnitrox projects More... over 15 years ago
project cruft More... over 15 years ago
doc updates More... over 15 years ago
clean up demo links a bit and add devlab site link More... over 15 years ago
insert config info early More... over 15 years ago
implement ze goHome function in the webviewinstance. now just need a button for it. More... over 15 years ago
if on the iPhone simulator and not constrained with IPHONE_SDK_KOSHER, define (imperfect) versions of the Javascript alert() and confirm() handlers. They are imperfect because they are asynchronous. More... over 15 years ago
added some build docs More... over 15 years ago
updated todos More... over 15 years ago
back and forward functions, which don't work because of how we're abusing UIWebView. will need to manage history ourselves. various doc, demo, todo updates More... over 15 years ago
ignores More... over 15 years ago
some notes More... over 15 years ago
project cruft More... over 15 years ago
tweaks to log handling via hook More... over 15 years ago
create hidden iframe for use in RPC More... over 15 years ago
un-override JS dialog box methods which can't be passed to super for some reason More... over 15 years ago
don't automatically script debugging on PERFORMANCE_TEST builds More... over 15 years ago
add Nitrox.System.{enable,disable}ScriptDebugging calls More... over 15 years ago
handle IFRAME requests by always passing through. only auto-enable script debugging on the simulator; too slow on HW More... over 15 years ago
enable script debugging in NitroxWebView to catch Javascript errors on the NSLog console More... over 15 years ago
use "passthrough next URL" system to properly catch page navigations set by window.location.href= in JS. disable the creation of a new NitroxWebView for each new page loaded; it can be reused. More... over 15 years ago