Remove secure text entry setting for iOS and add launch configuration for .NET MAUI
This commit is contained in:
parent
931d126e8e
commit
0ee468ef8c
15
.vscode/launch.json
vendored
Normal file
15
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
// Use IntelliSense to learn about possible attributes.
|
||||||
|
// Hover to view descriptions of existing attributes.
|
||||||
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": ".NET MAUI",
|
||||||
|
"type": "maui",
|
||||||
|
"request": "launch",
|
||||||
|
"preLaunchTask": "maui: Build"
|
||||||
|
}
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -504,7 +504,7 @@ public static class MauiProgram
|
|||||||
#endif
|
#endif
|
||||||
#if IOS
|
#if IOS
|
||||||
handler.PlatformView.BorderStyle = UITextBorderStyle.None;
|
handler.PlatformView.BorderStyle = UITextBorderStyle.None;
|
||||||
handler.PlatformView.SecureTextEntry = false;
|
// handler.PlatformView.SecureTextEntry = false;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user