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
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
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.
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
Hi Michael,
Could you please clarify whether you mean customer console? http://devcenter.appery.io/documentat...
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
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)
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
html code
code$("[name=iframeAppery]").attr("src", "https://google.com");/code
MIchael,
Could you please provide us with screenshot with html code?