Questions tagged [ionic-devapp]

22 questions
2
votes
0 answers

How to add ionic devApp support in a cordova plugin

I have a cordova plugin which supports Android, iOS and browser platforms. But when adding the plugin in an ionic app that is being developed/built using ionic serve or ionic devApp, the error comes as 'plugin is not defined'. Is there a way to add…
2
votes
0 answers

No browsers detected when debugging remote device with Ionic DevApp

I installed the Android SDK and also Ionic Devapp and after running ionic serve --devapp I find in my cmd that all is well and that Devapp established a connection with my device W_K400. In Chrome, when I inspect remote devices, I see my device in…
WJA
  • 6,676
  • 16
  • 85
  • 152
2
votes
0 answers

How to run Ionic App against a localhost API (Dev App)

I'm trying to simulate my Ionic app with the "Ionic DevApp" in my iOS device but, I can't connect to the localhost api that is running in my computer from the device. I've changed the API request endpoint to my computer's local IP address but …
Samuel
  • 816
  • 1
  • 7
  • 13
2
votes
0 answers

How to fix the Ionic DevApp "white screen of death"?

I updated my framework to Ionic 4, and am now having difficulties testing the project on the corresponding Ionic DevApp on my iPhone. (It worked before on my old laptop when I was using Ionic 3. I am currently using a new PC.) I'll run "ionic serve"…
caro
  • 405
  • 1
  • 6
  • 18
1
vote
1 answer

Ionic application able to run on browser but not working on Ionic DevApp

I’m new to ionic, please forgive me if my question is stupid. During the development, I’m using the browser to show and test my application which everything is working perfectly without any issue, but when I test my application on the Ionic DevApp…
kw88
  • 626
  • 7
  • 11
1
vote
2 answers

Error using Ionic Devapp on Ionic version 4.10.3

I'm trying to use the devapp App on android but I'm getting the error ng run app:ionic-cordova-serve --host=0.0.0.0 --port=8100 --cordova-mock [ng] Unknown option: '--cordova-mock' [ERROR] ng has unexpectedly closed (exit code 1). The Ionic…
1
vote
2 answers

Ionic 3. Unable to load page via devApp

I'm a first time using Ionic 3 framework to create cross-mobile native application. I had some problem when I test program with devApp application. On browser it runs well, but on mobile shows error: Unable to load page. The request time…
niz_sh
  • 475
  • 2
  • 5
  • 16
1
vote
1 answer

ionic 3 cordova issue

After generating a new project using: ionic start my-app blank --type=ionic-angular I tried to run my app on a mobile device using: ionic serve -c I received this error, and the app is no longer responding to their Ionic DevApp
bgrujoski
  • 121
  • 1
  • 1
  • 7
1
vote
2 answers

Allow IONIC DevApp through the firewall

I am able to connect to IONIC DEVAPP via my personal computer but unable to connect it when hosted on the office laptop even on my home wifi network. I can see my app on both office and personal laptop. $ionic serve -c I am able to access the…
Sourav Das
  • 982
  • 1
  • 15
  • 40
1
vote
0 answers

Ionic App Not Showing Data When Viewed Through DevApp (NodeJs)

I'm working on an ionic app which requires some nodejs backend code to retrieve and push data to database client(MongoDB) everything works fine in my local environment but when I try to open my app through Ionic DevApp to test it across ios and…
Hamza AVvan
  • 377
  • 3
  • 10
1
vote
2 answers

DevApp ionic devapp=true could not be loaded because ERR_ADDRESS_UNREACHABLE

i connected my phone to the same wifi network as my laptop . When i run ionic serve in my laptop i am able to see the app in my phone using ionic DevApp , but when i click on i am getting error as devapp=true could not be loaded because…
1
vote
1 answer

Ionic DevApp: Google maps not showing

I have used JavaScript SDK to display map. It's working on the browser but when I open it on dev app, the page shows the blank page. ionViewDidLoad(){ this.loadMap(); } loadMap(){ this.geolocation.getCurrentPosition().then((position)…
Swapnil Patwa
  • 4,069
  • 3
  • 25
  • 37
0
votes
2 answers

How to upload photo taken on phone through devapp on firebase storage in Ionic 4

I am trying to upload a photo taken through my phone's camera (With Ionic 4 Native Camera Plugin through DevApp) and upload it to Firebase Storage. Now I am able to take the photo, but when I upload it, the console does not throw any errors and just…
John Arc
  • 173
  • 1
  • 17
0
votes
1 answer

Ionic DevApp debugging in chrome console?

I am using ionic DevApp (ionic v4) for the first time, i’m trying to display a json object using the function console.log(). when i run the application in ionic DevApp i see the object only displays in the commande line console (cli) not in the…
0
votes
1 answer

Ionic appdev crash after a native http post (or get)

I'm using the native http of cordova to make an http Post and my devapp (in my mobile) crash ! I tried the solution to change the OKHTTP_VERSION, but it dosent work. I tried to execute the comand bellow cordova plugin add…
1
2