Browse Source

PRS MOBILE - connection test settings for ios

Nick-PRSDigital@bitbucket.org 2 years ago
parent
commit
98d8900c4f

+ 1 - 0
prs.mobile/ConnectionTestApp/ConnectionTest/ConnectionTest.Android/Resources/Resource.designer.cs

@@ -2,6 +2,7 @@
 //------------------------------------------------------------------------------
 // <auto-generated>
 //     This code was generated by a tool.
+//     Runtime Version:4.0.30319.42000
 //
 //     Changes to this file may cause incorrect behavior and will be lost if
 //     the code is regenerated.

+ 34 - 32
prs.mobile/ConnectionTestApp/ConnectionTest/ConnectionTest.iOS/Info.plist

@@ -2,37 +2,39 @@
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
-    <key>UIDeviceFamily</key>
-    <array>
-        <integer>1</integer>
-        <integer>2</integer>
-    </array>
-    <key>UISupportedInterfaceOrientations</key>
-    <array>
-        <string>UIInterfaceOrientationPortrait</string>
-        <string>UIInterfaceOrientationLandscapeLeft</string>
-        <string>UIInterfaceOrientationLandscapeRight</string>
-    </array>
-    <key>UISupportedInterfaceOrientations~ipad</key>
-    <array>
-        <string>UIInterfaceOrientationPortrait</string>
-        <string>UIInterfaceOrientationPortraitUpsideDown</string>
-        <string>UIInterfaceOrientationLandscapeLeft</string>
-        <string>UIInterfaceOrientationLandscapeRight</string>
-    </array>
-    <key>MinimumOSVersion</key>
-    <string>8.0</string>
-    <key>CFBundleDisplayName</key>
-    <string>ConnectionTest</string>
-    <key>CFBundleIdentifier</key>
-    <string>com.ConnectionTest.PRSMobile.ConnectionTest</string>
-    <key>CFBundleVersion</key>
-    <string>1.0</string>
-    <key>UILaunchStoryboardName</key>
-    <string>LaunchScreen</string>
-    <key>CFBundleName</key>
-    <string>ConnectionTest</string>
-    <key>XSAppIconAssets</key>
-    <string>Assets.xcassets/AppIcon.appiconset</string>
+	<key>UIDeviceFamily</key>
+	<array>
+		<integer>1</integer>
+		<integer>2</integer>
+	</array>
+	<key>UISupportedInterfaceOrientations</key>
+	<array>
+		<string>UIInterfaceOrientationPortrait</string>
+		<string>UIInterfaceOrientationLandscapeLeft</string>
+		<string>UIInterfaceOrientationLandscapeRight</string>
+	</array>
+	<key>UISupportedInterfaceOrientations~ipad</key>
+	<array>
+		<string>UIInterfaceOrientationPortrait</string>
+		<string>UIInterfaceOrientationPortraitUpsideDown</string>
+		<string>UIInterfaceOrientationLandscapeLeft</string>
+		<string>UIInterfaceOrientationLandscapeRight</string>
+	</array>
+	<key>MinimumOSVersion</key>
+	<string>8.0</string>
+	<key>CFBundleDisplayName</key>
+	<string>ConnectionTest</string>
+	<key>CFBundleIdentifier</key>
+	<string>com.ConnectionTest.PRSMobile.ConnectionTest</string>
+	<key>CFBundleVersion</key>
+	<string>1.0</string>
+	<key>UILaunchStoryboardName</key>
+	<string>LaunchScreen</string>
+	<key>CFBundleName</key>
+	<string>ConnectionTest</string>
+	<key>XSAppIconAssets</key>
+	<string>Assets.xcassets/AppIcon.appiconset</string>
+	<key>PreferIPv4</key>
+	<true/>
 </dict>
 </plist>

+ 1 - 1
prs.mobile/ConnectionTestApp/ConnectionTest/ConnectionTest/ConnectionTestUnit.xaml

@@ -3,7 +3,7 @@
              xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
              x:Class="ConnectionTest.ConnectionTestUnit">
     <ContentView.Content>
-        <Frame Padding="2" CornerRadius="5" Margin="2" BorderColor="DarkGray">
+        <Frame Padding="2" CornerRadius="5" Margin="2" BorderColor="DarkGray" HasShadow="False" >
             <StackLayout>
                 <Label x:Name="urlLbl" Grid.Column="0" HorizontalOptions="Center" FontAttributes="Bold" FontSize="24"/>
                 <Grid>

+ 2 - 1
prs.mobile/ConnectionTestApp/ConnectionTest/ConnectionTest/MainPage.xaml

@@ -5,7 +5,8 @@
 
     <ScrollView>
         <StackLayout x:Name="stacklayout">
-            <Frame Padding="2" BackgroundColor="LightYellow" Margin="2, 4, 2, 0" CornerRadius="5" BorderColor="DarkGray">
+            <BoxView HeightRequest="80"/>
+            <Frame Padding="2" BackgroundColor="LightYellow" Margin="2, 4, 2, 0" CornerRadius="5" BorderColor="DarkGray" HasShadow="False">
                 <Grid>
                     <Grid.ColumnDefinitions>
                         <ColumnDefinition Width="auto"/>