ionic-team / ionic-v3

The repo for Ionic 3.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
128 stars 85 forks source link

Trouble with video overlay on native ios app. #872

Open ionitron-bot[bot] opened 5 years ago

ionitron-bot[bot] commented 5 years ago

Original issue by @stifspear on 2018-02-01T20:54:16Z

Ionic version: (check one with "x") (For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1) [ ] 2.x [x] 3.x [ ] 4.x

I'm submitting a ... (check one with "x") [x] bug report [ ] feature request

Please do not submit support requests or "How to" questions here. Instead, please use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/

Current behavior:

Expected behavior: Issue1: I am using spring as a local server for connection. Android and desktop can connect to my local host but ios is not able to connect to the same local server. Issue2:I am working on a video call app. When I am running my application as native ios application then the buttons are hiding behind the video overlay. z-index is not working. I have searched a lot regarding this problem but with no success. Expected behaviour.

screen shot 2018-02-02 at 2 12 49 am

Behaviour on native ios apps img_0003

Steps to reproduce:

Related code:

Below is my html code `<!-- Generated template for the DisplayPage page.

See http://ionicframework.com/docs/components/#navigation for more info on Ionic pages and navigation. -->

`

Other information:

Ionic info: (run ionic info from a terminal/cmd prompt and paste output below):


insert the output from ionic info here
``cli packages: (/usr/local/lib/node_modules)

    @ionic/cli-utils  : 1.19.1
    ionic (Ionic CLI) : 3.19.1

global packages:

    cordova (Cordova CLI) : 8.0.0

local packages:

    @ionic/app-scripts : 3.1.6
    Cordova Platforms  : android 7.0.0 browser 5.0.3 ios 4.5.4
    Ionic Framework    : ionic-angular 3.9.2

System:

    Android SDK Tools : 26.1.1
    Node              : v8.9.4
    npm               : 5.6.0
    OS                : macOS High Sierra
    Xcode             : Xcode 9.2 Build version 9C40b

Environment Variables:

    ANDROID_HOME : /Users/stif/Library/Android/sdk

Misc:

    backend : pro`
neeact commented 3 years ago

Hello, was this problem solved? Can you explain how? Txs