Questions tagged [ionic-devapp]

22 questions
0
votes
1 answer

cannot use Ionic DevApp with React

Since Ionic React does not support Cordova, is it possible to use Ionic DevApp to view Ionic App on mobile device? If Ionic DevApp is not supported with React based project, any suggestions on how to view and test Ionic Apps on a mobile device…
Ben W
  • 2,469
  • 1
  • 24
  • 24
0
votes
1 answer

Ionic serve doesn't run on devApp on IONIC4

This question is to ionic 4 and I want to know how to run an ionic app using a real device. i have this one on my command [INFO] Development server running! Local: http://localhost:8100 Use Ctrl+C to quit this process [INFO]…
0
votes
2 answers

`ionic serve` is only deploying locally - not in DevApp

I have an Ionic4 app that I'm trying to run on my iPad's DevApp with ionic serve. However, it only seems to be serving locally... ionic serve > ng run app:serve --host=localhost --port=8100 [INFO] Waiting for connectivity with ng... [INFO]…
nachshon f
  • 3,540
  • 7
  • 35
  • 67
0
votes
1 answer

How to run native camera using ionic devapp

I am trying to run Ionic DevApp Ionic DevApp Doc using my Android mobile but it seems like the Cordova plugin isn't setup correctly. I can't understand why even if I did a $ ionic cordova plugin add cordova-plugin-camera and $ npm install --save…
Emile Cantero
  • 1,943
  • 3
  • 22
  • 47
0
votes
1 answer

Ionic does not show json data on android emulator or devapp

On localhost:8100 with ionic serve command, app is calling json data via web api (asp.net core backend that enabled CORS with origins http://localhost:8100) which is working fine. Now, I tested with both devapp on galaxy 9 and android emulator…
bbusdriver
  • 1,577
  • 3
  • 26
  • 58
0
votes
1 answer

Check if App is Using DevAPP

I’m trying to figure out how to check if my Ionic app is running on DevAPP (DevAPP is a testing platform that runs your app locally on your device). This is important because I’m using a plugin that is not available in DevAPP, so it crashes the app.…
0
votes
0 answers

Image upload issue on Ionic DevApp

I am using DevApp from Ionic team to test application. And want to implement just an image upload functionality, but cannot get image from device by FILE_URI. My ionic info: @ionic/cli-utils : 1.19.0 ionic (Ionic CLI) : 3.19.0 global…
0bj3ct
  • 1,400
  • 4
  • 22
  • 51
1
2