Qin Zhengrui

Results 4 comments of Qin Zhengrui

It seems this issue occurs on many other UWP controls wrapped in XAML island. The UI elements usually disappears after a modification to one of those attributes, e.g., the `Icon`...

How do you successfully download a file? I always get stuck at `notification = await session.NextAsync();` and get an exception `System.TypeInitializationException:“The type initializer for 'Leak.Meta.Store.HashExtensions' threw an exception.”` What do...

Now I awared that the reason the application cannot be launched is `pdfium_x64.dll` and `pdfium_x86.dll` contains APIs not allowed by universal windows platform. Illegal APIs: ``` - gdi32.dll 中的 API...

> Hi @MilesChing , > Did you able to remove or replace those APIs for UWP? I'm having trouble replacing those. > uwphost.dll issues come when you build without .Net...