-1
need a help or direction, I will try to be brief, is the following I am developing an app for a customer, and I need this app in a very short time so I decided not to develop by common means, having the speed in mind have chosen the Ionic Creator to make the "shell" of the app, and by means of buttons inside that shell I redirect to web pages that are already ready, I used c# to make my "Back end", that is my doubt: I generated one . apk and when I use it on my phone and when I click on one of the buttons it opens a page separately in my browser ie it leaves the app and enters the Browser, what we wanted was something similar to what we saw in apps like: Playstation, Young nerd, ign.. an app that takes responsive web links and opens them within the msm app not to enter by the same browser.
What can I do personal?? I need a help...
Friend, you could be simpler and of course... But come on! If you are using Ionic, you can call Cordova’s webview! $Scope.openCordovaWebView = Function() { window.open('http://google.com','_self'); };
– mcamara
estou desenvolvendo um app para um cliente, e preciso desse app em pouquíssimo tempo
Learn not to try to take steps bigger than your legs.– Oralista de Sistemas