Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

ChromeOS support #18

Open
jornane opened this issue Jun 12, 2020 · 1 comment
Open

ChromeOS support #18

jornane opened this issue Jun 12, 2020 · 1 comment
Assignees
Labels
android Android related enhancement New feature or request
Milestone

Comments

@jornane
Copy link
Member

jornane commented Jun 12, 2020

ChromeOS supports the Google Play Store, so it makes sense to use the same app for Androi and ChromeOS. Currently, the app does not correctly configure eduroam on ChromeOS (tested by direct .apk import on a Developer mode device, as running .apk directly on a stock device is not supported)

I'm not sure what the problem is, my first impression is that it configured eduroam as an open network, but I might be mistaken. The "Configure" button appears to be unavailable for networks configured through an app. More work is needed.

@jornane jornane added enhancement New feature or request android Android related labels Jun 12, 2020
@jornane jornane added this to the Phase II milestone Sep 2, 2020
@amachadogarcia amachadogarcia self-assigned this Sep 28, 2020
@jornane jornane modified the milestones: Hotspot 2.0, Compliance Oct 9, 2020
@amachadogarcia
Copy link
Contributor

We have investigated about adapt the current eduroam app to can configure networks in chromebook, but after of investigate a lot of options we have came to a point where we cant find a method to do that. We tried use the chrome API, but the problem is that the API that we need, only can be used in chromebooks with kiosk mode, then this havent sense for our app (you can look that here https://developer.chrome.com/apps/networking_onc). The motive because dont work the current code of android is because the Android SO is a container inside of chromeOS, and this only can communicate with the networks of chromeOS, but its cant set a new networks. Also we looked about do that in native code, but we cant see in the SDK some method to configure networks, so that we understand that isn't that the way either.

dima-ko pushed a commit to dima-ko/ionic-app that referenced this issue Mar 14, 2023
GETEDUROAM-13: Debounce search for better search experience
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
android Android related enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants