Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

set detailed content

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

set detailed content

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.

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

set detailed content

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

set detailed content

Hi Michael,

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

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

set detailed content

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

set detailed content

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)

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

set detailed content

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

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

set detailed content

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

set detailed content

MIchael,

Could you please provide us with screenshot with html code?

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

set detailed content

Here we go,

Image

Return to “Issues”