feat: Working on pressure estimations feature, integrating all views and shared settings

This commit is contained in:
2024-06-10 13:34:38 -04:00
parent 51f7a30701
commit a6bfbd6877
15 changed files with 447 additions and 348 deletions

View File

@@ -10,9 +10,13 @@ extension View {
#endif
}
#warning("Fix me.")
// The decimal pad autocompletes too quickly in the simulator, needs tested on an actual
// device.
public func decimalPad() -> some View {
#if os(iOS)
self.keyboardType(.decimalPad)
// self.keyboardType(.decimalPad)
self.keyboardType(.numberPad)
#else
self
#endif