Android Apps compatible with tablets and Galaxy S3?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Android Apps compatible with tablets and Galaxy S3?
Hi:
Lsat week we've published an Android App on the Play Store but we have discovered that it is not compatible with Tablets and Smarphones with big screens (Galaxy S3, S4).
The rare issue is that the app was debugged and tested on a Galaxy Tab 2 10" where it worked without problems.
The Play Store send us a message telling us that in order to make the App compatible, we need to modify the manifest so it can work on TABLET SCREENS
GOOGLE PLAY MESSAGE
To ensure that you can distribute your app to a broad range of tablets, your app should declare support for tablet screen sizes in its manifest file, as follows:
A <supports-screens> element, if declared, must not specify android:largeScreens="false" or android:xlargeScreens="false".
This sounds easy but we haven´t found a way to do it.
We found that inside the Bundle of Livecode is a folder containing the XML of the manifest, we changed it to include the following lines:
For apps targeting minSdkVersion value less than 13, a <supports-screens> element must be declared with both android:largeScreens="true" and android:xlargeScreens="true".
But the Livecode compiler didn´t compile with the extra line. Also there is something wrong because the original livecode Manifest has the largeScreens settings set to TRUE but as we can see didn´t worked.
Has someone published an Android App compatible with tablets and Galaxys S3 and S4? Can you help us and tell us what do we have to do in order to make our App compatible with tablets and big screen devices?
PD. We are using LiveCode 6.1.1 commercial
Thanks!
Lsat week we've published an Android App on the Play Store but we have discovered that it is not compatible with Tablets and Smarphones with big screens (Galaxy S3, S4).
The rare issue is that the app was debugged and tested on a Galaxy Tab 2 10" where it worked without problems.
The Play Store send us a message telling us that in order to make the App compatible, we need to modify the manifest so it can work on TABLET SCREENS
GOOGLE PLAY MESSAGE
To ensure that you can distribute your app to a broad range of tablets, your app should declare support for tablet screen sizes in its manifest file, as follows:
A <supports-screens> element, if declared, must not specify android:largeScreens="false" or android:xlargeScreens="false".
This sounds easy but we haven´t found a way to do it.
We found that inside the Bundle of Livecode is a folder containing the XML of the manifest, we changed it to include the following lines:
For apps targeting minSdkVersion value less than 13, a <supports-screens> element must be declared with both android:largeScreens="true" and android:xlargeScreens="true".
But the Livecode compiler didn´t compile with the extra line. Also there is something wrong because the original livecode Manifest has the largeScreens settings set to TRUE but as we can see didn´t worked.
Has someone published an Android App compatible with tablets and Galaxys S3 and S4? Can you help us and tell us what do we have to do in order to make our App compatible with tablets and big screen devices?
PD. We are using LiveCode 6.1.1 commercial
Thanks!
Last edited by ekek on Wed Oct 09, 2013 6:10 am, edited 1 time in total.
Re: Android Apps compatible with tablets and Galaxy S3?
Hi Ekek,
Could you please submit a report on this issue with our Quality Control team as we will want to investigate this issue further.
You will be able to file a report here-
http://quality.runrev.com
Kind Regards,
Neil Roger
--
RunRev Support Team ~ http://www.runrev.com
--
Could you please submit a report on this issue with our Quality Control team as we will want to investigate this issue further.
You will be able to file a report here-
http://quality.runrev.com
Kind Regards,
Neil Roger
--
RunRev Support Team ~ http://www.runrev.com
--
Re: Android Apps compatible with tablets and Galaxy S3?
Thanks! We will report this issue to Quality control.
Best regards
Best regards
-
- VIP Livecode Opensource Backer
- Posts: 47
- Joined: Wed Dec 21, 2011 10:42 am
- Contact:
Re: Android Apps compatible with tablets and Galaxy S3?
Hi,
do you know if this bug is resolved, because I have the same problem with my application ?
Best regards
Boris
do you know if this bug is resolved, because I have the same problem with my application ?
Best regards
Boris
My application "GeoMaths" is available on Itunes and Google Play !
-
- Posts: 23
- Joined: Wed Feb 19, 2014 2:33 am
Re: Android Apps compatible with tablets and Galaxy S3?
Hy,
This problem was resolved because I struggle with this.
Best Regards
George
This problem was resolved because I struggle with this.
Best Regards
George
Re: Android Apps compatible with tablets and Galaxy S3?
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Android Apps compatible with tablets and Galaxy S3?
Hi, has this been resolved yet? I'd like to publish my app and it has been designed for tablets but I am not sure if there's an option to utilise this for android thanks!