Closed meznoos closed 1 month ago
Sorry for the misconception, but the "DefaultFileSystem
" is actually "DefaultResourceOnlyFileSystem". Term resources in this case refers to the two most important files that are required for Ultralight's comfortable usage: cacert.pem for loading https pages, and icu.something.dt for not straight-up crashing and iirc localization/UTF/Unicode support.
Use AppCoreMethods.ulEnablePlatformFileSystem
Hi, I tried to load local html, but nothing loaded, no log too.
AppCoreMethods.SetPlatformFontLoader(); AppCoreMethods.ulEnableDefaultLogger("./ullog.txt"); ULPlatform.FileSystem = ULPlatform.DefaultFileSystem; ULPlatform.Logger = ULPlatform.DefaultLogger;