문제

So I asked this question... stripe.js magenetic card reader php

I have a PHP POS app which can be access from the central location view a browsers, all data can be entered and its works well. Looking to make it more mobile with the use of a audio jack card reader for iPad / iPhone (similar to square). The problem is I do not want to make a separate native app. If I was to run the app in a WebView based iOS app would it be possible to interact with the audio jack and get the data to put into the Stripe payment transaction?

Hopefully that not too vague. Will try my best to explain further if needed.

Thanks

도움이 되었습니까?

해결책

Not possible with just webviews. Native side of your app should interact with hardware.

다른 팁

It is not possibile. But, you can develope an iOS app that interact with audio and that have a webview inside.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top