V
V
Vladimir2019-12-15 14:49:16
JavaScript
Vladimir, 2019-12-15 14:49:16

Can you help me to properly dock the apk and the server?

Good afternoon. Help me please, I need to either work with static inside the apk, or connect a webview, so I just assembled a cordova apk, it doesn’t differ much from phonegap, I need a vw module with js support. I have a difficult relationship with the android studio, I managed to collect the apk from the phone, but with this tool (AS) there are troubles. It seems to be described here, but I don’t understand something https://cordova.apache.org/docs/ru /9.x/guide/platf... . Thanks

<?xml version='1.0' encoding='utf-8'?>
<widget id="com.example.hello" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
    <name>HelloWorld</name>
    <description>
        A sample Apache Cordova application that responds to the deviceready event.
    </description>
    <author email="[email protected]" href="http://cordova.io">
        Apache Cordova Team
    </author>
    <content src="index.html" />
    <plugin name="cordova-plugin-whitelist" spec="1" />
    <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">
        <allow-intent href="market:*" />
    </platform>
    <platform name="ios">
        <allow-intent href="itms:*" />
        <allow-intent href="itms-apps:*" />
    </platform>
</widget>

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