Questions tagged [webintents]

Web Intents is a framework for client-side service discovery and inter-application communication.

From the website:

Web Intents is a framework for client-side service discovery and inter-application communication. Services register their intention to be able to handle an action on the user's behalf. Applications request to start an Action of a certain verb (share, edit, view, pick etc.) and the system will find the appropriate Services for the user to use based on the user's preference.

61 questions
1
vote
1 answer

Android - Params inside bundle using EXTRA_HEADERS through CustomTabs intent, are not received/readed by Google Chrome after app update in Play Store

Google Chrome was upgraded in Play Store to 83.0.4103.106 version (https://chromereleases.googleblog.com/2020/06/stable-channel-update-for-desktop_15.html). In there, Google team did some enforcements to avoid JS injection. My android app uses…
1
vote
0 answers

How to open all UPI apps installed in phone inside Ionic App

I am integrating UPI payment in my Ionic App. I have injected WebIntent in the constructor of payment.ts and I call method upi() defined in payment.ts on Pay button click in payment.html upi method defination : upi(){ const options = { action :…
sachin rathod
  • 541
  • 1
  • 9
  • 23
1
vote
0 answers

Cordova webintent limitation

i am using cordova webintent in my project for updating internally. which is working fine with android 6. I have this new device which is in android 9 and when i try to update my app it says Failed to open android intent. I have been searching the…
1
vote
0 answers

Communication between Chrome and Android Device

Hi guys I'm try to send string from Chrome app to another app following documentation but without result. My page opened on Chrome app:

URL:

Andrea
  • 172
  • 1
  • 11
1
vote
0 answers

How to open a file with my cordova app

I am using the webintent cordova plugin to hopefully open a file sent to my app by Dropbox or Inbox. I added the following in my manifest:
Matt
  • 800
  • 1
  • 7
  • 15
1
vote
1 answer

cordova open app from url - application error

i am trying to open my cordova app from external link like http://www.myurl.com/mypage and when the app opens it throw an alert Application error: the connection to the server was unsuccesful. (file:///android_asset/www/www.myurl.com/mypage) i…
user4649102
  • 463
  • 6
  • 13
1
vote
1 answer

Can't fetch URL or data using webintents

I am trying to use webintents with a cordova app to be able to send images from another app to mine. I am using cordova 5.1.1 and added the following plugins to my android platform project: com.virtualartifacts.webintent 1.0.0…
Olli
  • 1,708
  • 10
  • 21
1
vote
1 answer

Twitter API - know if tweet has been sent

Is it possible, using Twitter's Web Intents, to have a link that when clicked : Opens a popup to send a tweet containing the link I have chosen (no problem so far, I have tried that and it works) Then, once the tweet is sent, calls a js or php…
user1361491
1
vote
0 answers

Why do Android browsers (Chrome/stock) force twitter intents to close then open in the same window, even when _blank or window.open are used?

Example of what I mean: http://jsfiddle.net/dtipson/ttebddd5/2/ In all other browsers, and in cases not linking to twitter's intents pages, when you open a new window or target blank, it opens in a new tab. But with android, even once you've set the…
Dtipson
  • 1,564
  • 16
  • 21
1
vote
2 answers

Twitter Web Intent on-close callback?

When a user clicks the twitter share button a web intent window is brought up on an already greyed out background (using an overlay). I am curious if there is a callback from the twitter web intent window to know when the window is closed or a tweet…
eric MC
  • 766
  • 2
  • 10
  • 36
1
vote
2 answers

Phonegap 3.0, Android - On invocation of WebIntent plugin, getting Class not found exception

I am working with Phonegap 3.0. I have included in the config.xml : gap:plugin name="com.borismus.webintent and in index.html script type="text/javascript" src="webintent.js" I am getting error - 'Mail Form: sendMail failed via Android…
1
vote
0 answers

how to implement Facebook using tech.sarathdr's plug-in for phone gap android?

I used this plugin to implement the fb,sms and e-mail.I am using cordova2.1.0 ALl the three were not functioning. So i was making changes.Now, the sms nd e-mail are working. java code import org.json.JSONArray; import org.json.JSONException; import…
user
  • 1,001
  • 4
  • 21
  • 45
1
vote
0 answers

Android - PhoneGap Video Player plugin

I tried to write a little application to play video streaming. I've found a PhoneGap plugin at https://gist.github.com/macdonst/1507162. I tried it,but it didnt work for me. Does anyone have a sample eclipse project to send me? Thank You very much…
1
vote
2 answers

WebIntent error using PhoneGap 2.4. Reference error: WebIntent is not defined?

I am trying to open pdf and ppt files in my phonegap application. i am using phonegap 2.4 and the latest version of WebIntent plugin. I did as told on Webintent but i still get this error: Reference error: WebIntent is not defined here is part of my…
1
vote
1 answer

Twitter Intent link is not opening in a new window

I have created an interface that allows people to Tweet at certain individuals from a webpage. To do so, I am utilizing Twitter's web intents. At first, the page had a textarea that contained a placeholder tweet that was passed through as a text…
Michael Vattuone
  • 319
  • 1
  • 7
  • 18