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

Web Intents don't work on Chrome 24.0.1312.14 beta and Chromium 25.0.1329.0 (168457) - how to fix?

I'm trying to run the web intent at http://examples.webintents.org/intents/shorten/shorten.html but it is not working. My OS is : OS 10.7.5 Chrome/Chromium versions Chrome 24.0.1312.14 beta Chromium 25.0.1329.0 (168457) In fact no web intents…
Padraig
  • 3,197
  • 4
  • 18
  • 26
1
vote
1 answer

I keep getting an error when using webintent

I am trying to open a webpage with cordova using this code: window.plugins.webintent.startActivity({action: WebIntent.ACTION_VIEW,url: 'geo:0,0?q=' + address}, function() {}, function() {alert('Failed to open URL via Android…
1
vote
1 answer

Phonegap and Twitter Web Intents

I have a Phonegap 1.3 application. I want to introduce some twitter integration for iOS and Android. I'd like to use Twitter Web Intents but this gives me white screen with the straightforward set up. Has anyone successfully integrated Web Intents?…
Nick
  • 93
  • 1
  • 3
  • 8
1
vote
1 answer

How to create a Web Intent service for my own site?

Twitter offers 'web intents' that are an alternative to OAuth access to their API. Basically, this provides a less feature rich experience, but can still be quite handy. User clicks on 3rd parts websites can create popup windows that check whether…
fractalous
  • 349
  • 2
  • 4
  • 10
1
vote
0 answers

call a java function from js in phonegap

I am in mobile app and I have the following problem: I have MiniPrinterFunction.java file inside com.StarMicronics.StarIOSDK which contains GetStatus(), PrintText() and PrintBitmap() functions. I want to call for example GetStatus() function from…
kosbou
  • 3,919
  • 8
  • 31
  • 36
1
vote
1 answer

Twitter Web Intents - Get follower screenname?

I'm using Twitter Web Intents to check if someone follows me. The problem now is; I am only getting my own screenname as callback in the event object. twttr.events.bind('follow', function(event) { alert(event.data.user_id); }); Is there any way…
Dnns
  • 2,614
  • 3
  • 18
  • 16
0
votes
0 answers

How to open a another app using its package ID through web-intent from ionic app and send-receive data

I'm using Ionic Web-Intent Using receiver app's package Id Plugins ionic cordova plugin add com-darryncampbell-cordova-plugin-intent npm install --save @ionic-native/web-intent Im able to Open Another App, here is the androidManifest.xml…
0
votes
0 answers

How to open another app using its package is through web-intent in ionic and send and receive data

I did all configuration and able to open another app but not able to send and receive data, but not able to send data and receive data,
0
votes
0 answers

Ionic web intent failing SDK 30+?

While sharing web-intent from one ionic capacitor app to another ionic capacitor app using https://github.com/darryncampbell/darryncampbell-cordova-plugin-intent/ for SDK 30 and above it is throwing "Error" without any other explanation. Please find…
N29
  • 141
  • 1
  • 17
0
votes
1 answer

Cordova app listed as 'webIntentFilter' under Android settings for Location permissions

I don't know when this occurred, but my app was always listed by MyAppName under the Android Phone Settings for Location Permissions - the settings section that specifies what apps are allowed to use location services (ie: always, only when in use,…
rolinger
  • 2,787
  • 1
  • 31
  • 53
0
votes
0 answers

Invoke Facebook camera from a mobile browser URL

I am trying to invoke the Facebook camera on click of a link in mobile browser. I tried using FB custom url schemes. Facebook Page But it is not invoking the Facebook Camera. I have used other custom url Ex:
0
votes
1 answer

UPI Deeplinking from IONIC to GooglePay does not work as expected

We have developed an IONIC based mobile app to perform In-App payment using UPI. It uses IONIC Native Web Intent plugin. a. b. "@ionic-native/web-intent": "^4.14.0", This is shim layer for the Android intent mechanism and makes web intent call…
Haresh Gujarathi
  • 269
  • 1
  • 4
  • 10
0
votes
1 answer

trying to get django / python to generate a urlencoded twitter web intent that shortens the url

I have a django template which is supposed to generate a twitter web intent share URL:
mheavers
  • 29,530
  • 58
  • 194
  • 315
0
votes
1 answer

Cordova web intent Plugin Not working for version 7.0.1

I am using Cordova version 7.0.1,I want to use webintent and when i am trying to install like this cordova plugin add https://github.com/Initsogar/cordova-webintent.git i am getting this error I am trying to recieve the url from the other apps to…
Rajesh M
  • 634
  • 11
  • 31
0
votes
1 answer

Launch external app android

I am building an application using ionic and cordova. I am trying to open an external application to which source code I dont have any access. I only know the package name. Is what I am trying to do actually possible? CDV.WEBINTENT.startActivity({ …
kirpt
  • 795
  • 11
  • 21