© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Lakshay Dulani
Javascript Programmer, .NET, Cordova/Ionic
I mean I can test the behaviour of my application on Android/iPhone Webview using my desktop, without needing to push my code and test on real devices.
Is there anything for doing that?
Rafael Zomer Antunes
Fullstack Developer
The fast way that i know is using
phonegap serve
it will gives you an IP adress, so you can go put it on browser (if you use chrome, you can press F12 and select a device, like bellow)
Use the PhoneGap App, you give it a url and it simulates a device running webview.
Otherwise with Cordova and I would imagine with PhoneGap as well, you can push through to an android emulator and ios emulator.
Jan Vladimir Mostert
Idea Incubator
Rafael Zomer Antunes
Fullstack Developer
The fast way that i know is using
it will gives you an IP adress, so you can go put it on browser (if you use chrome, you can press F12 and select a device, like bellow)