diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 9e36d7c..5e6bc52 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -4,7 +4,6 @@ to allow setting breakpoints, to provide hot reload, etc. --> - @@ -13,5 +12,19 @@ + + + + + + + + + + + + + + diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index e65f39a..1f007f0 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,7 +1,6 @@ - @@ -10,6 +9,20 @@ + + + + + + + + + + + + + + - @@ -13,5 +12,18 @@ - + + + + + + + + + + + + + + diff --git a/ios/Runner/Info-Debug.plist b/ios/Runner/Info-Debug.plist index 529e997..43414bf 100644 --- a/ios/Runner/Info-Debug.plist +++ b/ios/Runner/Info-Debug.plist @@ -45,6 +45,12 @@ LaunchScreen UIMainStoryboardFile Main + LSApplicationQueriesSchemes + + https + tel + mailto + UISupportedInterfaceOrientations UIInterfaceOrientationPortrait diff --git a/ios/Runner/Info-Release.plist b/ios/Runner/Info-Release.plist index 4fe76d4..fdfee4b 100644 --- a/ios/Runner/Info-Release.plist +++ b/ios/Runner/Info-Release.plist @@ -34,6 +34,12 @@ LaunchScreen UIMainStoryboardFile Main + LSApplicationQueriesSchemes + + https + tel + mailto + UISupportedInterfaceOrientations UIInterfaceOrientationPortrait