ivoryguard
ivoryguard
Hello. I have experienced an issue with web firewall environment. It has comment cloaking function (comment stripping) which removes html comment block in http response. Knockstrap uses comment blocks (virtual...
Hello. I did not find any API documentation to handle sub folder in Vimeo official API page. However, I found the related json data in the response of VimeoClient.GetUserFolders like...
### Description Changing MainPage between AppShell and NagivationPage breaks app screen like this; https://www.dropbox.com/s/skbgti26v6m2x3u/Screenshot_20190627-181115.png?dl=0 ### Steps to Reproduce 1) Create a new Xamarin.Forms 4.0 solution with AppShell Template at Visual...
Helllo. The following error occurs in my blazor wasm project on publishing with Xor obfuscation enabled; ``` Publish has encountered an error. Build failed. Check the Output window for more...
Hello. I am developing a blazor wasm app for LOB application. So, it is very important to pass web firewall. Can I use both AOT compilation and XOR obfuscation? Or,...
Hello. I tried to localize common dialog texts but I did not find any related property. If some properties to change UI texts in common dialogs are added, or a...
Hello. I have an issue for Font Awesome Solid Icons. For examples, the following icon is displayed at iOS only and is not shown at Android. FAS works at Iconize...
Hello. I found that a few icons of Material Design Icons (https://materialdesignicons.com/) was missing in Xam.Plugin.Iconize.MaterialDesignIcons 3.5.0.129. I suspect that they were added to newer version of Material Design Icons...
Hello. The speak method of the W3C SpeechSynthesis API is responsible for queuing a SpeechSynthesisUtterance for text-to-speech (TTS). Therefore, window.speechSynthesis.speak(utterance) allows new text to be played without interrupting the currently...
Hello. I found that UseFrontCameraIfAvailable did not work on Android devices. I inspected github repository sources and found that front camera was always bypassed by code like this; ``` //...