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
0
votes
1 answer

How to get URI of a image from web?

I am trying to send an image to whatsapp using web Intent plugin for phonegap. However it requires me to have URI for the image. I have the url for the image it want to share but i don't know how to get the URI, Anyway i can do this? Using phonegap…
Abhishek
  • 29
  • 2
0
votes
1 answer

Downloading from website with Request/Intent

I am making an app that will connect to a website and download an mp3 file. Can you use intents along with a HttpUrlConnection/jsoup request (or is another way to accomplish this?) I am planning on using Jsoup to connect to this site, pass the url…
mlz7
  • 2,067
  • 3
  • 27
  • 51
0
votes
1 answer

Share Image from Gallery to MyApp using Framework7.js in Cordova

Stuck with a this thing, I am using Framework7.js at present. Please help me, any other alternative will also be appreciated. Android is the platform I am operating on
Ashwani Goyal
  • 616
  • 4
  • 18
0
votes
1 answer

Does Facebook allow preloading a specific message from a user to a page?

I know that Facebook allows web intents of sharing URLs, along with the ability to select whether it goes into a message, or to your wall, but I was wondering if there is an ability to do something where a user can click a link/button, and it opens…
Andy Jones
  • 829
  • 11
  • 14
0
votes
1 answer

Launch Google Play Games App using WEBINTENT plugin

I want to open Google play games app on my mobile from my android phonegap build application using WEBINTENT plugin. window.plugins.webintent.startActivity({ action: window.plugins.webintent.ACTION_VIEW, url: 'facebook://' }, function()…
kaushik reddy
  • 167
  • 3
  • 16
0
votes
1 answer

How can I open another app made for me from webintent in phonegap?

I have a phonegap application and a native android application, both created in eclipse for myself, what I need is from my phonegap app, open my native app by webintent, what I have is the following window.plugins.webintent.startActivity( { …
Juliancho9191
  • 121
  • 12
0
votes
1 answer

how can i open location settings in android using phonegap

I am trying to open location settings in android using WebIntent plugin for phonegap. I use GPSDetector plugin for phonegap to detect if location is active and if it is not active i want to open Location Settings. After activate the location press…
0
votes
1 answer

WebIntent gives me 'ActivityNotFoundException'

I am a newbie to cordova apps. In my app, I am trying to add webintent from https://github.com/Initsogar/cordova-webintent. When I run my code, I get the following in my logcat - W/System.err(6378): android.content.ActivityNotFoundException: No…
user1534536
  • 629
  • 2
  • 7
  • 12
0
votes
1 answer

Why Cordova with webintent plugin is not work for me?

Result It's always stop at "APACHE CORDOVA connecting to device" I don't know why... My Step 1.npm install -gd cordova 2.cordova create myapp 3.cd myapp 4.cordova platform add android 5.cordova plugin add…
scott1028
  • 417
  • 2
  • 7
  • 16
0
votes
0 answers

Get Twitter 'tweet' event for Web Intents dialog

My site allows each user to tweet to their profile using Web Intents. I'd like to count the number of times each user tweeted through my site, as well as the date of the last tweet. In order to do so, all I need is to get determine whether or not…
CodeBender
  • 67
  • 9
0
votes
1 answer

twitter web intent callbacks do not fire in all versions of internet explorer when a hash exists in the URL

In all versions of IE, the web intent for tweet or follow are not firing when the url contains a hash. Here is an example: This fails: http://clientqa.rtm.com/impossiblycomfortable/test.html#abc This…
Troy Barlow
  • 313
  • 2
  • 9
0
votes
2 answers

how to download apk and save in mobile memory instead of SD Card using Phonegap with webIntent AND fileApi

can anyone please point to me towards right direction to do such task i want to download apk from URL and if new version available then it will download apk from that url and after downloading it must save file in mobile memory instead of SDCard i m…
nida
  • 656
  • 3
  • 16
  • 38
0
votes
2 answers

How do I properly implement the WebIntent plugin in Phonegap 2.2.0?

I am trying to implement the phonegap plugin WebIntent in an app that I am making for my work (social housing). I want the app to be able to send emails with attachments (pictures of repairs etc) to our offices so we can see exactly what we need to…
JoMo Apps
  • 39
  • 3
  • 10
0
votes
1 answer

Tweet button with dynamic text and events

I want to have an input field in my page and a button so that the user can manually enter the tweet text and then when he its the submit button, the actual twitter status submit will open with the text the user entered. moreover, I also want to get…
Ran
  • 3,455
  • 12
  • 47
  • 60
0
votes
0 answers

Webintents "discover"

Could somebody explain to me what is the "discover" WebIntents service? The discover intent is designed to let developers query the APIs and services that might live on external services. The "Discover" protocol is intended to be a lightweight…
jldupont
  • 93,734
  • 56
  • 203
  • 318