Search found 7 matches

by chetino
Sat Aug 13, 2016 2:21 am
Forum: Internet
Topic: App on Android not Access to Internet
Replies: 12
Views: 9588

Re: App on Android not Access to Internet

It's working right now! :D

The code shows the webpage.

Regards
by chetino
Fri Aug 12, 2016 11:37 pm
Forum: Internet
Topic: App on Android not Access to Internet
Replies: 12
Views: 9588

Re: App on Android not Access to Internet

The code: local lBrowserID on preOpenCard //Set the fullscreen mode set the fullscreenmode of me to "exactFit" lock messages mobileControlCreate "browser" put the result into lBrowserID mobileControlSet lBrowserID, "rect", the rect of group "Browser" mobileControlSet lBrowserID, "visible", "true" mo...
by chetino
Fri Aug 12, 2016 10:55 pm
Forum: Internet
Topic: App on Android not Access to Internet
Replies: 12
Views: 9588

Re: App on Android not Access to Internet

I decompile the apk to see the manifest file: I see the Internet Permission is declared.
by chetino
Fri Aug 12, 2016 10:47 pm
Forum: Internet
Topic: App on Android not Access to Internet
Replies: 12
Views: 9588

Re: App on Android not Access to Internet

I put a new code version, delete the app on the android, restart the android, but it is the same.

I don't know what is going on.
by chetino
Fri Aug 12, 2016 10:08 pm
Forum: Internet
Topic: App on Android not Access to Internet
Replies: 12
Views: 9588

Re: App on Android not Access to Internet

I set Internet, Browser & Internet in "Select inclusions..."

In the Application Permissions: "Internet"

but the app doesn't work.

When I install the app, it only ask me for location permissions.... but no for internet access.

Any other idea?
by chetino
Fri Aug 12, 2016 8:24 pm
Forum: Internet
Topic: App on Android not Access to Internet
Replies: 12
Views: 9588

Re: App on Android not Access to Internet

Hi,

I checked the "Internet" on the Standalone Application Settings and add the widget browser. But when I install the app on the Samsung Galaxy S6 the App does not ask me to give the internet permission, and the result is that the app does not navigate.

What do you think? Ideas?

Thank you a lot!
by chetino
Fri Aug 12, 2016 2:56 am
Forum: Internet
Topic: App on Android not Access to Internet
Replies: 12
Views: 9588

App on Android not Access to Internet

I created an app that access to internet with the mobilecontrolcreate "browser". I set in the application permissions: Internet but when I install the App on android it says me that the app not need special permissions, and the app not access to internet. May you help me please? Livecode 8.0.2 Indy ...