Page 1 of 2

set detailed content

Posted: Tue Jul 15, 2014 2:43 pm
by Michael4771079

Hi,
is it possible to set detailed content to a url, https://dashboard.stripe.com/login for example, and will I be able to navigate the stripe console from within the ipad app?

thx


set detailed content

Posted: Tue Jul 15, 2014 3:17 pm
by Kateryna Grynko

Hi Michael,

Please check if there is a needed method in stripe API documentation (https://stripe.com/docs/api), if yes you can use it within Appery.io.


set detailed content

Posted: Tue Jul 15, 2014 3:42 pm
by Michael4771079

Sorry Katya,
I wasnt clear,
im trying to give a client access to the stripe login so as he can see his account dashboard,
and also give him access to the appery.io app console for db changes and push from an ipad app in the detailed content area


set detailed content

Posted: Tue Jul 15, 2014 6:25 pm
by Kateryna Grynko

Hi Michael,

Could you please clarify whether you mean customer console? http://devcenter.appery.io/documentat...


set detailed content

Posted: Tue Jul 15, 2014 7:25 pm
by Michael4771079

Thats it Katya,
in appery.io
https://appery.io/appconsole/129e29f6...

and stripe also have one for account holders, I need to open these in the detailed area.

thanks


set detailed content

Posted: Wed Jul 16, 2014 8:38 am
by Evgene Karachevtsev

Hello Michael,

Unfortunately you can't do this way.
But if it helps you, you can open the page in iframe on a normal screen (unless of course stripe allows you to open the login page in an iframe)


set detailed content

Posted: Wed Jul 16, 2014 10:49 am
by Michael4771079

Hi Evgene,
I am tring to uses the ifame, on a normal page, I added the following to the html component


and ran the following on device ready, also tried on load and page show

$("[name=iframeAppery]").attr("src", "http://google.com");

just getting blank screen, can you tell me what am I missing here?

thanks Evgene


set detailed content

Posted: Wed Jul 16, 2014 10:56 am
by Michael4771079

html code
code$("[name=iframeAppery]").attr("src", "https://google.com");/code


set detailed content

Posted: Wed Jul 16, 2014 12:40 pm
by Evgene Karachevtsev

MIchael,

Could you please provide us with screenshot with html code?


set detailed content

Posted: Wed Jul 16, 2014 1:06 pm
by Michael4771079

Here we go,

Image