Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with android app #20

Closed
a-mobiledev opened this issue Mar 3, 2020 · 6 comments
Closed

Integrate with android app #20

a-mobiledev opened this issue Mar 3, 2020 · 6 comments

Comments

@a-mobiledev
Copy link

How to integrate this VTO Widget with android app. I am wondering if this is possible. I am following
this tutorial.
I have completely followed the instructions but app is not running whether an issue occured i.e given below
"Installation did not succeed.
The application could not be installed: SHELL_UNRESPONSIVE
The device timed out while trying to install the application."

what would be the pathway. Have you explained it anywhere for android integration.

@xavierjs
Copy link
Member

It is better to do a webapp rather than a native app that nobody will install.

@a-mobiledev
Copy link
Author

Means this library will not work for android apps? But their is written that it would work using Mobile web?

@xavierjs
Copy link
Member

A web app is an app that you can share with 1 link. It is written with web languages: HTML, JavaScript, Css, ...
An "Android app" is compiled and you need to download and install it.
This is designed for web app. I think it is doable to make it work as native app (android, iOS), but it is outside the scope of this github repo.

@a-mobiledev
Copy link
Author

a-mobiledev commented Apr 14, 2020 via email

@xavierjs
Copy link
Member

This library, webojis: https://github.com/jeeliz/jeelizWeboji
has been ported to an iOS app with Cordova.
The problem is similar.
More info here: https://github.com/jeeliz/jeelizWeboji/tree/master/demos/cordova/raccoon
It works on iOS, and it should work on Android too.
But it is a kind of tinkering, IMHO it is better to keep it web.
If you want the app to be installable and have an icon on the mobile desktop you should take a loot to progressive web apps (PWA).

@a-mobiledev
Copy link
Author

a-mobiledev commented Apr 15, 2020 via email

@xavierjs xavierjs pinned this issue Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants