I just published an App with Apple and it was approved without any issue.
As I dont have an iOS device, I used my WebView testing to ensure that the layout
was what I wanted.
The same code was rejected by PlayStore because of a major change in a button position.
I was quite shocked and tested it on my Android phone and saw that the button was indeed shifted. Why would this be the case when its the same code and layout that was published to AppleStore?
I have been relying on WebView for all my apps so far and it has always been accurate.
This is the first time I have faced such an issue.
Could you please send us the Project URL?
We will need to create a private copy of your project to download the APK and test.
With your plan, you can click the Help icon and select Contact Support in the top right Menu bar on your Project Page to connect with our support team.
Thank you for your quick reply. I sent you the link through the chat message.
I managed to resolve it by placing the buttons in a group.
I am having another issue where the CALCULATE buton for the serParR page hangs the app and makes it unresponsive. It happens on both the WebApp and Android. I am not sure which part of the code is causing this issue.