Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

event error firing when app starts up cold #10

Open
colonna-mike opened this issue Aug 16, 2016 · 1 comment
Open

event error firing when app starts up cold #10

colonna-mike opened this issue Aug 16, 2016 · 1 comment

Comments

@colonna-mike
Copy link

colonna-mike commented Aug 16, 2016

Hello,
Thank you for the work on this plugin.

When I share something from the browser my app starts up I get a error in the getCordovaIntent()


 window.plugins.intent.getCordovaIntent(function (intent) {

                    alert(intent)

                }, function () {
                    alert('error in getCordovaIntent')

                });

Not sure why the event is firing? Is there something else I might need to set or add?

Any help would be great.

Additional info below

 <intent-filter>
               <action android:name="android.intent.action.SEND_MULTIPLE" />
               <category android:name="android.intent.category.DEFAULT" />
               <data android:mimeType="*/*" />
            </intent-filter>

using version .1.3

@colonna-mike
Copy link
Author

colonna-mike commented Aug 17, 2016

update issue fixed with the latest update v0.1.31 ... nice .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant