ionic-team / ionic-v1

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

Content exceeds the margin of the view or interface #298

Open kensodemann opened 7 years ago

kensodemann commented 7 years ago

From @PterPmnta on August 12, 2017 6:23

I've been developing an app on Ionic v1, but today a very strange and confusing problem has appeared.

The problem is that only two devices that I have tried the application so far, the interfaces seem to have errors, as if they did not recognize the ion-content tag or any other attribute that helps keep the content inside the margin of view .

For example, the next code, represent the profile teacher view

Code

<ion-header-bar class="bar-balanced" align-title="center">
     <a href="#/menuprof" class="button button-icon icon ion-ios-arrow-back"></a>
     <p class="title">Perfil Docente</p>
 </ion-header-bar>

Identificacion

Nombres

Apellidos

Rol

Facultad

Programa

Periodo

{{Cedula}}

{{Nombre}}

{{Apellido}}

{{Rol}}

{{Facultad}}

{{Programa}}

{{Periodo}}

` ### The views [with error](http://i.imgur.com/UPZC1Cr.png) [with out error](http://i.imgur.com/EM6fYhK.png) I tested in multiples devices Android version works fine - 4.2.2 - 5.0.1 - 7.0+ - 6.0.1 Android version error appeared - 5.1 - 6.0.1 If they are fixed well place that in versions 6.0.1 works and fails, this is due to probe in two computers with the same version and in one works well, while in the other not. - Ionic version: 2.2.3 - SO: W10 - Node: 8.2.1 _Copied from original issue: ionic-team/ionic#12652_
kensodemann commented 7 years ago

Hello! Thank you for opening an issue with us! Can you provide your ionic info output? (type ionic info in the terminal/cmd prompt from the root directory of your project)

Thank you for using Ionic!

kensodemann commented 7 years ago

From @PterPmnta on August 14, 2017 22:53

@kensodemann see that

Your system information:

kensodemann commented 7 years ago

Thank you for your reply. I am somewhat confused by your response and the original post / HTML markup that you provided. In the original post, it appears that you are developing an Ionic V1 application. Is that correct?

kensodemann commented 7 years ago

From @PterPmnta on August 16, 2017 21:46

@kensodemann i develop the app using Ionic V1

kensodemann commented 7 years ago

OK, thank you. I will move this issue over to https://github.com/ionic-team/ionic-v1 then.