I have a mobile app project, that need to auto fill a web form from a source of data (excel/txt/json/etc), and post it automatically. I see the tutorial on youtube, somebody doing it via windows app (using Visual Basic), here's the video: https://www.youtube.com/watch?v=KKB0K3F1enU
I want to do something similar like that, but it will be a mobile app. So the plan is, the app will have 1 button, when user press it, it will fill the specific web form from a source of data (excel/txt/json/etc), and then submit the data automatically. The target devices will be iOS, android, windows phone, so a multi platform framework/sdk will be perfect.
I did several research but I cant't find any solution.
Do anybody have any idea, which framework I should use? or what is the best way to do it for mobile app?
I really appreciate any help and solution, thanks a lot in advanced!