A
A
Alexey Karpan2017-06-07 15:38:05
Angular
Alexey Karpan, 2017-06-07 15:38:05

How to solve simple questions about an Ionic application?

Newbie in this business, I think it will not be difficult to answer a couple of questions for professionals.
1) How to turn off the initial splash screen in the application? I tried to change the values ​​​​in config.xml, but during subsequent compilation the values ​​\u200b\u200bare returned to the default ones.
2) How to revive the "Call" button? I try this: I added a line to AndroidManifest.xml

<uses-permission android:name="android.permission.CALL_PHONE" />
, in the template I use
<a class="button button-block icon-left ion-ios7-telephone button-positive" ng-href="tel: 89140662934">Позвонить</a>
, through the browser tries to call, from the application - is silent.
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
tltary, 2017-06-07
@dvguinf

1) try to replace the pictures that are here resource/android/splash
2) I registered and included this library in config.xml ngcordova.com/docs/plugins/inAppBrowser<allow-intent href="tel:*" />

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question