How can I open new email programatically in Windows Phone 7? I found only solution with using WebBrowser control and using it Navigate method with "mailto" syntax. Is any better approach?
EmailComposeTask is another option.
Related
I am searching for a way to open a new Mail and attach a file as an attachment vis Swift on macOS.
There is a way to do this on iOS but I as far as I can see there seems no way on macOS for this.
Thanks for any hints!
i'm been using xamarin.auth to use facebook in my app for android and iOS. but now i need to make it for windows phone, how do you recommend to do this for windows phone? is there a xamarin component that you like, or a tutorial you normally use of this?
thanks for your time and help
Xamarin.Auth has Windows Phone support. Just download experimental-winphone branch (https://github.com/xamarin/Xamarin.Auth/tree/experimental-winphone)
I'm checking on the possibilities of creating a browser app using phonegap. To launch a new window, I used the Child Browser plugin. Is it possible to open many instances of a child browser like how we can open many windows in our default mobile app?
If so, can I switch over between the windows like a native app? Pls guide me regarding this.
Thanks in advance
As referenced from the README on GitHub, I'm not sure this is possible, as it denotes that it is a singleton.
I want to read the Email by giving username and password via POP3 using iPhone SDK for iPhone 4.0. Whether its possible to do it. If not can any body give me any link or open source to do achieve this functionality.
Thanks in Advance.
No, this is not possible without using a complete POP3 library (and I'm not aware of any that exist for iPhone). There's nothing in the SDK that will give you this for free.
I'm currently developing a web app for my company. In this application, there's a form with input fields containing informations about contacts. I would like to create a button which allows to create a contact in the address book on a click.
Is there anyway to access the address book with JavaScript or other web language ?
For example, on windows and IE we can create an ActiveX object in JavaScript to create contacts in Outlook...
Thanks.
If this turns out to be possible, I'm eating my Mighty Mouse ..
I apologize for the slightly unrelated answer
P.S: to make this answer slightly more related; you could accomplish this by creating a hybrid between a native application and a web app, where the native app will pop-up the address book and then return its data to the web app.
If you create a link that generates a file in the vCard format, the iPhone version of Safari might recognize it as a contact and automatically launch the address book app when they click on the link.
It appears that this would NOT work as of iPhone 2.1 (no vCard support in safari), but it might work in 3.0 - I have seen that people will be able to send vCards via MMS on the iPhone, so maybe they'll work in safari too? I guess you'd just have to try it to find out.