We are developing a web app using HTML5, Angular JS, Jquery. We will then use PhoneGap wrapper to convert it to a native iPad app.
We are trying to integrate Square POS with our application for processing payments. However from the iPad app (web app wrapped using PhoneGap) we are not able to fetch the price of an order (shopping cart) and pass it on to Square. (We have integrated Square with a native mobile app and that works fine).
Any pointers how we can achieve this?
Is it possible to integrate square POS payments with a web based application (i.e. our application without the phonegap wrapper)?
Please Note: Backend is in PHP and database is mySQL.