Z
Z
zeliboba722022-03-24 19:51:57
iOS
zeliboba72, 2022-03-24 19:51:57

Why doesn't VueSocailSharing library work in ios(quasar, cordova) app?

The project is written in quasar and uses the vue-social-sharing library for the Share Link functionality. This functionality works fine in the browser and in the android application, but does not work in the ios application. On ios, after clicking on the generated links, nothing happens, although a transition to the browser is expected. I feel that it is required to configure config.xml somehow correctly, but how exactly?

The config.xml itself looks something like this:

<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
    <preference name="android-minSdkVersion" value="21" />
    <preference name="android-targetSdkVersion" value="30" />
    <allow-intent href="market:*" />
</platform>
<platform name="ios">
    <allow-intent href="itms:*" />
    <allow-intent href="itms-apps:*" />
</platform>
<allow-navigation href="about:*" />
<preference name="SplashMaintainAspectRatio" value="true" />

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question