Integrating an existing app with my WebRatio app by intent sharing

12 May '15, 07:48 AM
2,240 Views
Forum Forum Starter - Level 2

I'm going ti develop an app for Android by WebRatio Mobile Platform 8.2.1.

My app must perform some actions and then launch a third party app, that can be called by Android intent sharing. Is there a way to do this from my WebRatio app?

Thanks

Luciano Sulis

 

 
x 0
Follow
Answer Answer at this question and get points!
Forum Starter - Level 2

Another related question: should I use Script Component? As a matter of fact I don't see this component in the toolbar of my mobile project. Does it mean that I can't use custom scripts in my mobile project?

 
x 0
Forum Expert - Level 8

Hi, WebRatio Mobile Platform contains some components that integrates with third party apps such as the calendar or the contacts. Basically what you need to do is to create your own mobile custom component that integrates with the desired third party app. Usually there's a dedicated Phone Gap plugin to be used. So, first of all, you need to search for that plugin and then use it in the mobile custom component. You can learn how to create a mobile custom component watching this video: https://www.webratio.com/learn/learningobject/mobile-custom-components-v-80

The Script Component is not available in Mobile Project.
To embed a custom script, which must be written in JavaScript, you must use a custom component or a custom template.

 
x 0
Answer at this question and get points!