Good Morning,
Is it possible to use ionic to develop an app for smart glass(2D)? (epson moverio, google glass etc…)
Thank you
Good Morning,
Is it possible to use ionic to develop an app for smart glass(2D)? (epson moverio, google glass etc…)
Thank you
Probably no, but it depends how you build aps for theses glasses in general.
Ionic uses Cordova (or Capacitor) in the background to wrap the Ionic web app into a native app that can be installed on Android, iOS etc. If Cordova supports your target platform, then Ionic does as well. But Cordova only supports a limited number of platforms: https://github.com/apache/cordova#platforms
If those glasses run on Android, which is supported by Cordova, then it further depends on wether the apps running there can embed a WebView to display a web app. Onyl then can a Ionic app work.