Issue with screen height on Galaxy s3 running android 4.3

Hi,

Just wondering if someone can help. I have a form which has some ng-show statements in. Everything works fine on the following devices:

S7 Edge
HTC M8
Amazon Fire Tablet
Tab 2
iPhone
iPad

However I have one device that wont play nice - Samsung Galaxy S3 running Android version 4.3.

Whenever I use the ng-show on this device, it won’t show because I think the screen height is not been updated with the dynamic content.

I feel like I’ve looked all over the web for this solution. I’ve tried injecting $ionicScrollDelegate to use the resize() method - this didn’t work, I’ve even wrapped this in a $timeout with a 1 second delay - again this didn’t work.

Any help would be much appreciated.

Thanks

Darren