IONIC apk is not working properly in mobile and emulator - android

Hi guys I have generated one apk of my ionic angular app and when I run it on mobile device I am not able to type any text in text field. app works perfect locally.
So, can anyone suggest what related this problem is ??

Related

ionic 4 app not working correctly on other android devices

i'm building ionic 4 app and install it on my device it works fine
but when i try to install on other devices, it looks like this
i've tried to debug this problem with chrome but everything works fine.
images and texts are from json file and not showing up, i think maybe it's because android version i use is different, anyone know what to do?
This is an error I am getting from your provided .apk file. This is a very common issue. To get data from the server your using URL http://mobile.youthscarf.id/ionic/link_data.php To avoid this error I will recommend you to use URL starts with https://. according to the new android security update we have to use certified URL. You can get free SSL for testing purposes from https://www.sslforfree.com/

AngularJS not compiled on Android with PhoneGap

my Problem is that I've build an App with PhoneGap that is based on AngularJS - when I execute the App on my Android-Device the AngularJS-Part does completely not work....on some devices it works but on my (for example) everywhere are just displayed these {{VARIABLE}}-texts and nothing works....
Anyone have an idea why this error appears and how to fix it?
Kind regards

Ionic View App with iOS device where data has not been shown

I have developed a small Ionic2 app.It is working fine on both locally on the web browser and "Ionic view" app's Android device.But the problem is on the Ios device.It shows UI correctly but no data.I have tested this on Ionic app viewer on Ios mobile device.Can you tell me why this strange behavior. I'm using Php as a web API layer (or back end).Can you tell me where is the issue is? If you need any info please let me know.At this moment I don't know what to provide here?
OP's feedback
Actually, the issue was Date format. We have to use ISO date format with the safari.
OLD
I guess that the problem is because the request is using SSL (https), with the request without SSL (http) should be work.
Source: https://forum.ionicframework.com/t/solved-ionicview-app-http-request-to-external-api/18696

Phonegap WindowsPhone app only shows PhoneGap icon

This is really weird and I have no clue how to start fixing the problem.
Recently I developed an application using Nodejs, React and Redux.
Once finished I created .xap, .ipa and .apk files using PhoneGap building online service.
After published to every store (iOS, Google Play, Windows Market), everything worked just fine for Android and Apple versions of the app (.ipa and .apk).
But WindowsPhone app only shows a blank screen and then the PhoneGap logo (a cube with eyes).
Android and Apple versions work fine. But in the WindowsPhone version I don't even get to the main screen.
Any idea about how to start tackling this problem?
Have anyone experienced something similar?
Thanks in advance for any help!!
UPDATE:
It seems to be a known issue without solution from PhoneGap.
https://c.getsatisfaction.com/nitobi/topics/windows_8_mobile_blank_screen_on_load?topic-reply-list[settings][page]=1#topic-reply-list

Login does not work in Ionic View App

There are some issues about Ionic View App BUT none like mine. I was hoping that someone could help me out.
The issue is that I can't login to my app while using Ionic View on my iPhone.
I am under the impression that Ionic View is ONLY to preview static apps? My login code hits a development server url and it works fine on the emulators, browser and both iOs and Android devices.
When I run the ionic upload command in my terminal everything goes well and I can view the login screen on my iPhone for the app BUT it does not accept my login credentials or any.
Why is this and what can I do?
The reason I don't have any code to show is because I am not getting errors and the login on my app works fine everywhere else.
Any ideas?
For anyone that might still have this issue the problem is most likely the ionic view app. Native code tends to not work in the view app and most be ran as native (apk or ipa)

Categories

Resources