I am working on adding iOS 11 support for an hybrid app build on older version. Everything works fine but I am facing issue on iPad. Unable to dismiss the pop over because it keeps on reappearing after making a selection. This also happens when the orientation changes. Has anyone faced similar issue or any pointers on why this might be happening.
Asked
Active
Viewed 130 times
0

Dee
- 1,887
- 19
- 47
-
what kind of popover? – jcesarmobile Sep 06 '17 at 10:29
-
@jcesarmobile uploaded image in the description – Dee Sep 06 '17 at 11:09
-
well, that image is from Android. Is the popover that appears when you have a html select element? – jcesarmobile Sep 06 '17 at 11:20
-
Just for your reference I have uploaded the image from the Google and yes the selection happens when we tap on an text field (html element). – Dee Sep 06 '17 at 13:17
-
when you tap on a regular text field a popover won't appear, so, are you using a plugin to show a popover? or are you using a select tag like this? `````` – jcesarmobile Sep 06 '17 at 14:21