$ionicPopup show wrong

$ionicPopup show wrong in it position out of screen on android, with element style {margin-left: -31px; margin-top: -61px;}

Hey, we could use some more information about this. Could you awnser the following questions:

  • What version of Ionic are you using?
  • What version of Android are you using?
  • Are you viewing it in the webview (cordova App) or a browser?
  • Could you provide us with a minimal sample code, possible in a plnkr at http://plnkr.co ?

With these awnsers we can work towards a solution

Ionic version is 1.0.0 beta1
Android for Samsung SMT310 with 4.2 and Nexus 5 with 4.4.2 both like list.
I have viewing it in MyApp build with last PhoneGap, and remote debug it with Nexus5’s webview.
I find that

of popup is on the page ,but not the top ,and position on left-top of page,and {margin-left: -31px; margin-top: -61px;}
I will try to post a sample code in a little while,but it could hard to work.
THX.

Would you mind testing this with the nightly versions and see if it’s resolved?

<link href="http://code.ionicframework.com/nightly/css/ionic.min.css" rel="stylesheet">
<script src="http://code.ionicframework.com/nightly/js/ionic.bundle.js"></script>

THX, I had try nightly 1768 and I will try your’s tomorrow.
But,It is nearly deadline for my project,if not work,Should me reply some days after?