Ionic tabs not proper responding in IOS - ionic-framework

In ionic 3 Ion-Tabs are not properly working When personal hotspot is connected
in ios devices only icon click is working not title click
Thanks in advance.

Related

Ionic cordova keyboard accessory bar overlaping with keyboard in iPhone X when we open Timepicker

I'm facing UI related issue with iPhone X in ionic framework app.
Above issue occurs when we use <input type="time"/> in our app. I have attached screenshot of app where you can clearly see that keyboard is overlapin g with accessory bar. You can
Find Screenshot by clicking this link
This appears to be a bug with WKWebView on iPhone X, rather than being specific to Ionic/Cordova, since it can be reproduced in Safari on iPhone X:
Open a web page in Safari on iPhone X which contains <input type="time"/>
e.g. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time
Select the input
Observe the native time picker widget exhibits this issue:
I've submitted a bug report to Apple which details this:
https://openradar.appspot.com/36436978

Blank screen with navbar in Ionic View

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?

ionic view title alignment

I am trying to make new app using ionic framework.I have used the sidemenu project to make my app.But i am facing the title alignment problem.In android 4.4,The title is not showing correctly.But in android 5 is worked perfectly.
android 5
android 4.4

custom popup screen in iOS app

I am new to iOS app development.
I want to develop a popup screen, that should popup when a button is pressed. In this popup I want to show a Login screen, where user will enter username and password and will submit the credentials. I have following requirements to be fulfilled.
It should support all iOS 5.1 and upwards.
It should also support any device orientation.
It should work for both iPhone and iPad.
It is to be delivered in the form of a library .a file.
It will contain a logo(image) also.
I am not able to find out how should i proceed for this, for BB10 I have used sheets for the same purpose.
Any suggestion on how to develop this for the iOS apps.
thanks.
For your first three requirements will fulfill by adding textfields into alertview and for 4th creating library kindly see this Tutorial. Hope it'll help. Thanks.
#mayank http://code4app.net/category/popupview it contains many project for pop up view it will help you!

Sencha tab bar bottom in google chrome browser iphone does't appear

I'm new to sencha, I'm starting with a web app for ios and android but this example Kitchen Sink the tab bar bottom in google chrome browser iphone does not appear totally, anyone know why?