Blank screen with navbar in Ionic View - ionic-framework

I want to test out my app by using the app Ionic View. Unfortunately all I see is a blank screen with a blue navbar header.
I have uploaded my app using ionic upload. Then I have synced my app in Ionic View and finally I press 'View app'. I see the Ionic loading animation and then I just see a white screen with a blue navbar header.
My app uses a blue navbar header, so it is loading something.
When I run my app in the browser or when I debug it using a USB-cable and live debug on my phone, everything is just working fine. So why isn't it possible to use my app using Ionic View?

Related

unable to add PWA app to home screen, error Home Screen Layout Locked

I have a PWA app which works fine on all phones including my phone which is a MI phone. I have a download app button which fires the installation banner.
But on one of other Samsung phone, install button doesn't work. It doesn't fire banner at all. And if I try to go manually by selecting "Add To Home Screen" from Menu, it shows instalation pop up but after clicking add displays error.
Can't Add "App Name" To Home Screen. Home screen layout locked.
Please help.

Navigating to an external link from an ionic 4 app makes the hardware back button close the app where there is navigation history?

Navigate to an external link or display an interstitial Ad (AdMob) and then return to the app by clicking on the hardware back button. At this stage where there are pages in the history (navigation stack), clicking on the hardware back button will cause the app to close! Knowing that I had tried to register to the back button by:
this.platform.backbutton.subscribe(()=>{
this.navCtrl.pop();
// Also tried: this.navCtrl.back();
});
But it is still exiting the app!
Any idea about how to solve this?!
Actually, I had realized that navigating to an external link from the app and returning to it will not cause hardware back button issues, but the problem was that I am displaying the AdMob banner at top of the screen, and when I place it at the bottom (default position) the hardware back button is stable and works as expected even when navigating from the app to an external link and then returning back! So, I kept the banner at bottom where I noticed that positioning banner at bottom was more elegant (at least to my app).
It seems that this is one of the issues in the AdMob plugin, where I had seen other issues about the ionic AdMob plugin without solutions!

PWA add to home screen does not work as expected

I've started with PWA, I want to add home screen icon to my app, but it's added to apps menu instead of home screen
It's usually added to BOTH app and home screen.
But many times it will place the icon on the second home screen for me.
Even if there is a spot open on the first.

ionic native page transition scroll too much list

I've added native page transition plugin to my existing ionic project and flow by this article by gajotres and after that, all of the lists that have scroll in my project, scroll smooth but too much scroll after content!
Whats the problem?!
(this problem only appear in my android device, not in web view or emulator)

Cordova: In app browser issue on iPhone - black bar grows

I am working on iPhone app using Phonegap.
I have used in app browser functionality in my app. Though it works fine but gives following issue.
I have used.
window.open('http://www.yahoo.com','_blank','location=yes');
Issue is:
when I click to open webpage in app browser with Done at the bottom, it opens the webpage successfully, when I click Done and go back a black bar appears at the bottom of the screen that grows each time I use in app browser.
How to fix this issue?