Search found 68 matches

Go to advanced search

by marieall
Mon Mar 17, 2014 7:52 pm
Forum: Issues
Topic: Link to Google Play store
Replies: 1
Views: 409
 
Jump to post

Link to Google Play store

Hi, I have a free app, and on one page of that app, I want to put a link to send the user to Google Play app to download the premium version of the app. For now, I tried to set an html component on that page, with the link to my premium app on Google play, but it opens the browser version of Google ...
by marieall
Fri Feb 28, 2014 10:18 am
Forum: Issues
Topic: how disabling auto rotate screen thru code?
Replies: 14
Views: 2348
 
Jump to post

how disabling auto rotate screen thru code?

Hi Maryna, Actually while waiting for your answer I tested one by one what I changed on AndroidManifest.xml and it finally worked! But in the end I added the line of code under each activity. I also didn't delete "screenSize". Knowing everything is correct, do you think i should leave it l...
by marieall
Wed Feb 26, 2014 3:08 pm
Forum: Issues
Topic: how disabling auto rotate screen thru code?
Replies: 14
Views: 2348
 
Jump to post

how disabling auto rotate screen thru code?

done!

by marieall
Wed Feb 26, 2014 12:22 pm
Forum: Issues
Topic: how disabling auto rotate screen thru code?
Replies: 14
Views: 2348
 
Jump to post

how disabling auto rotate screen thru code?

I just amended all activity with the code line, but now i have this message when i try to build the apk: Build error

Would you be OK to help me check what I've done wrong on the file? Can I send you the content of the file ?

by marieall
Wed Feb 26, 2014 12:14 pm
Forum: Issues
Topic: how disabling auto rotate screen thru code?
Replies: 14
Views: 2348
 
Jump to post

how disabling auto rotate screen thru code?

that's a big relief for me!!
So i juste need to put android:screenOrientation="portrait" in each activity on the androidmanifest file? that's it? or in a specific activity?

by marieall
Tue Feb 25, 2014 11:51 pm
Forum: Issues
Topic: how disabling auto rotate screen thru code?
Replies: 14
Views: 2348
 
Jump to post

how disabling auto rotate screen thru code?

Hi Max, since the post is 1 year old, I am wondering if there is any easier way now to lock the screen rotation of my app, or at the very least of one page of my app, without exporting the projecting to Eclipse ? (whatever is easier) I don't know anything about eclipse and when I tried, to open my p...
by marieall
Tue Feb 25, 2014 11:46 pm
Forum: Issues
Topic: disable screen rotation on certain page
Replies: 10
Views: 1491
 
Jump to post

disable screen rotation on certain page

Hi Katya,

I am also interested in locking screen rotation to portrait mode on one specific page of my app. Is it possible to do it through page load Event?

by marieall
Fri Feb 21, 2014 10:25 am
Forum: Issues
Topic: How to hide the spinning wheel ?
Replies: 18
Views: 2751
 
Jump to post

How to hide the spinning wheel ?

Hi Katya, 1-Regarding the spinning wheel The following code advised by Appery above doesn't work, and even block the access to my page : Airports-List of Country $.mobile.loading("show").attr("style", "display:block"); 2-As for the internet connection checking, I alread...
by marieall
Thu Feb 20, 2014 11:13 am
Forum: Issues
Topic: How to hide the spinning wheel ?
Replies: 18
Views: 2751
 
Jump to post

How to hide the spinning wheel ?

As for the code (advised by Appery a little earlier in this discussion)for displaying the spinning wheel, should I put it on event load, before load, or show?

by marieall
Thu Feb 20, 2014 11:10 am
Forum: Issues
Topic: How to hide the spinning wheel ?
Replies: 18
Views: 2751
 
Jump to post

How to hide the spinning wheel ?

So I tested different things and I don't understand why, because it used to works, but the following JS code (for displaying a message if no internet connection when trying to access the database in the airport section) seems to block the process: if (states[Connection.NONE]){ alert('Geen internet :...

Go to advanced search