T
T
tosteruser_222016-08-05 10:49:27
Android
tosteruser_22, 2016-08-05 10:49:27

How to enable payment within the mobile application?

There is a mobile application written in framework7 and compiled in Intel XDK. It should be possible to replenish the balance through payment systems. Now robokassa is used for this. The problem is that when redirecting to the Robokassa website, it opens not inside the mobile application, but in the browser of the mobile device. Is it possible to replenish the balance within the application without going to the browser?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander, 2016-08-13
@SmoKE_xD

Yandex.Checkout....

P
Prowebic, 2016-08-14
@Prowebic

Do you have implemented a web in the application? If so, then you need to define your web site as a client and set the JavaScript settings.
The code:

WebView web = (WebView) findViewById(R.id.web);
        web.setWebViewClient(new WebViewClient());
        web.getSettings().setJavaScriptEnabled(true);

M
Masha Formanyuk, 2016-08-30
@formasha

https://money.yandex.ru/embed/quickpay/shop.xml  - embed form i.money
https://money.yandex.ru/to/номеркошелька - quick link with a transition to wallet replenishment

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question