sourcephy

Results 3 comments of sourcephy

I tired to fixed this by using this code ` using System.Runtime.InteropServices; [DllImport("shcore.dll")] private static extern int SetProcessDpiAwareness(_Process_DPI_Awareness value); private enum _Process_DPI_Awareness { Process_DPI_Unaware = 0, Process_System_DPI_Aware = 1, Process_Per_Monitor_DPI_Aware...

Try this solution `private async void OnShowKeyboardTapped(object sender, EventArgs e) { EntryInput.Focus(); await Task.Delay(100); // Important to add delay here Helpers.KeyboardVisibility(true); } private async void OnHideKeyboardTapped(object sender, EventArgs e) {...

Preset --> None Add = anti-ildasm Add = anti-temper Add = contants solve my issue for now