You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: Cannot read property 'getCordovaIntent' of undefined
So, I think the plug in is not initiated at all. Or it is something else? Whatever it is, I am struggling for two days to make it work. Please let me know what wrong I am doing.
The text was updated successfully, but these errors were encountered:
Not sure why I am not able to make it work.
Here is what I have done.
Opened PhoneGap desktop app (Windows 10)
Created a new Hello World App.
Open command prompt, cd to the app directory
It installed the plug in.
In plugins directory I can see this directory:
In config.xml I have:
<plugin name="com.napolitano.cordova.plugin.intent" spec="https://github.com/napolitano/cordova-plugin-intent" />
In AndroidManifest.xml I have:
So, any link with https schema is giving me option to open my app. This is fine.
In index.html I have:
In Chrome Console, I am getting this error:
So, I think the plug in is not initiated at all. Or it is something else? Whatever it is, I am struggling for two days to make it work. Please let me know what wrong I am doing.
The text was updated successfully, but these errors were encountered: