Phonegap: Launch Firefox Browser
I have developed a web application with PhoneGap . I am using websockets and Websocket does not work in android with default browser. However, websockets works in Firefox and Chrome. So, is it possible to launch Firefox or the Chrome browser if I am using PhoneGap?
+3
Raul
source
to share
1 answer
Just found this blogpost, a few minutes ago: http://tannerburson.com/blog/2012/05/28/IntentChooser-my-first-PhoneGap-Cordova-plugin/
It describes the plugin that will start its intent.
Never used it but it seems to be correct.
Just wondering: wht should hppen if neither firefox nor chrome are installed?
+1
Christian Kuetbach
source
to share