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

close on keyboard, whole view gets blank(white) in ios #285

Open jgw96 opened 7 years ago

jgw96 commented 7 years ago

From @chetanawate28 on June 9, 2017 13:3

Ionic version: (check one with "x") 1.7.16

Current behavior: when i type data in input box and going to click to another element on page or suppose to go to touch for another input box . my whole page elements gets hide (i.e. screen gets white .) .

Expected behavior: normally i for other element in IOS app runs properly but in case of Input Box this issue occure.

Steps to reproduce: click on input box then click on anywhere in page or another input box i case of IOS .

Observation of problem HTML Structure:

Keyboard plugin version tested with version- 1.0.8 and 2.2.1

Related code:

****
{{ordermodel.price}}
{{ordermodel.quantity}}

Other information: i get solution on it that change ion-scroll instead of ion-content , it solves my issue but i think its not feasible solution .

Ionic info:

cordova CLI - 6.4.0 gulp version - 3.9.1 gulp local - 3.9.1 ionic framework version- 1.3.3 ionic CLI version - 1.7.16 ionic app lib version -0.7.3 node version- v6.10.3

Copied from original issue: ionic-team/ionic#11995

jgw96 commented 7 years ago

Hello, thanks for opening an issue with us. Would you mind sharing a repo we could use to reproduce this issue?

jgw96 commented 7 years ago

From @chetanawate28 on June 12, 2017 5:51

hey hi, which info you want , i cant share repo with u . its industry project .

`

****
{{ordermodel.price}}
{{ordermodel.quantity}}
` *** Observation of problem *** HTML Structure: