Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
getme
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
amal
getme
Commits
a70187d8
Commit
a70187d8
authored
5 years ago
by
Adarsh K
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config
parent
7a18b8c8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
config.xml
config.xml
+4
-2
app.component.ts
src/app/app.component.ts
+2
-1
No files found.
config.xml
View file @
a70187d8
<?xml version='1.0' encoding='utf-8'?>
<widget
id=
"com.getmi.customer"
version=
"0.0.1"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<name>
Get
Me
</name>
<name>
Get
Mi
</name>
<description
/>
<author
email=
"hi@ionicframework.com"
href=
"http://ionicframework.com/"
>
Techware Software Solutions Pvt Ltd
</author>
<content
src=
"index.html"
/>
...
...
@@ -14,11 +14,13 @@
<preference
name=
"ScrollEnabled"
value=
"false"
/>
<preference
name=
"android-minSdkVersion"
value=
"19"
/>
<preference
name=
"BackupWebStorage"
value=
"none"
/>
<preference
name=
"orientation"
value=
"portrait"
/>
<preference
name=
"ShowSplashScreenSpinner"
value=
"false"
/>
<preference
name=
"SplashMaintainAspectRatio"
value=
"true"
/>
<preference
name=
"FadeSplashScreenDuration"
value=
"300"
/>
<preference
name=
"SplashShowOnlyFirstTime"
value=
"false"
/>
<preference
name=
"SplashScreen"
value=
"screen"
/>
<preference
name=
"SplashScreenDelay"
value=
"
3
000"
/>
<preference
name=
"SplashScreenDelay"
value=
"
5
000"
/>
<platform
name=
"android"
>
<edit-config
file=
"app/src/main/AndroidManifest.xml"
mode=
"merge"
target=
"/manifest/application"
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<application
android:networkSecurityConfig=
"@xml/network_security_config"
/>
...
...
This diff is collapsed.
Click to expand it.
src/app/app.component.ts
View file @
a70187d8
...
...
@@ -31,7 +31,8 @@ export class AppComponent {
initializeApp
()
{
this
.
platform
.
ready
().
then
(()
=>
{
this
.
statusBar
.
styleDefault
();
this
.
statusBar
.
overlaysWebView
(
false
);
this
.
statusBar
.
overlaysWebView
(
true
);
this
.
statusBar
.
hide
();
});
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment