Open kensodemann opened 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!
From @PterPmnta on August 14, 2017 22:53
@kensodemann see that
Your system information:
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?
From @PterPmnta on August 16, 2017 21:46
@kensodemann i develop the app using Ionic V1
OK, thank you. I will move this issue over to https://github.com/ionic-team/ionic-v1 then.
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
Identificacion
Nombres
Apellidos
Rol
Facultad
Programa
Periodo
{{Cedula}}
{{Nombre}}
{{Apellido}}
{{Rol}}
{{Facultad}}
{{Programa}}
{{Periodo}}