Rakshith
Rakshith
@blokeish This plugin is not opening external web browser window, it is opening a webview within the app, so when redirect happens it just closes the webview modal view. Its...
have u added the InAppBrowser Cordova plugin? are u testing built app on device ?
@camiloperezv what version of InAppBrowser are you using?
I tried with Cordova 5.1.1 and InAppBrowser 1.1.0, it worked on ios9.2 iphone6 device, here is my test code, change google `client_id` and `redirect_uri` and try: ``` function onDeviceReady(){ console.log("deviceready");...
@ttback where are you getting the v2.1.0 af code? the modal windows looks like it is v2.0.x, I checked with latest appframework code, seem to be working fine.
@ttback The template in XDK has older version of AF, Modal view was updated in AF 2.1. You have to update `appframework.ui.min.js` and `af.ui.css` files from latest AF 2.1. If...
You need to build as phonegap app and install, it does not just work in browser, I think the instructions say that "Must be built using Intel XDK or use...
I'm aware of security issue, i do have a warning in docs, under features...I've left it in there since not all oauth2 services have implicit grant, android apk is a...
No plans currently
The intel.xdk startAR API only supports back camera, you have find a Cordova plugin that supports front camera and AR, or write a Cordova plugin to achieve this :(