Skip to content Skip to sidebar Skip to footer

Embedding Survey In Mobile Apps

Don't know too much about the mobile space, so I hope I'm asking the right questions. Here goes... Is it possible to embed a quick survey into mobile apps? These are custom surveys

Solution 1:

That is totally possible on Android, you would just load a popup on android with a WebView (a browser like component) that loads a fixed page. The loaded page is totally under your control and can be changed from the outside without changing a line of Java code.


Post a Comment for "Embedding Survey In Mobile Apps"