At Angular Navigation .Designs mixed in windows ph

2019-09-07 11:50发布

In All application two screens contents get mixed with each other at navigation.

In iphone and android it works fine but not in windows.

I am using angular js 1.2.3, cordova 2.9.1, angular-animate.min.js please help.

When i Click My club after that "home" screen contains and "my Club" screen contains get mixed with each other and then display "my Club" screen

Home Screen

first navigation

My Club

1条回答
Summer. ? 凉城
2楼-- · 2019-09-07 11:54

Just Remove css position "Absolute" or "Fixed". angular animation does't work with this css in windows phone or use jquery to set position fixed or absolute after page load

查看更多
登录 后发表回答