Intiwhiz Member Licensed User May 9, 2017 #1 Dear All, While I use webview component for access the URL and access google API, show error user-agent is not permitted as picture below Anyone know, how solve this issue your answer is really appriciated Attachments hasq.jpg 107.7 KB · Views: 399
Dear All, While I use webview component for access the URL and access google API, show error user-agent is not permitted as picture below Anyone know, how solve this issue your answer is really appriciated
DonManfred Expert Licensed User Longtime User May 9, 2017 #2 Intiwhiz said: While I use webview component for access the URL and access google API Click to expand... Can you be more detailed. Which api are you using? How do you get the access-token to use the Api? Can you post some code you are using? Probably your issue is related to https://www.b4x.com/android/forum/t...blocking-oauth-requests-using-web-view.77269/ Last edited: May 9, 2017 Upvote 0
Intiwhiz said: While I use webview component for access the URL and access google API Click to expand... Can you be more detailed. Which api are you using? How do you get the access-token to use the Api? Can you post some code you are using? Probably your issue is related to https://www.b4x.com/android/forum/t...blocking-oauth-requests-using-web-view.77269/
Intiwhiz Member Licensed User May 11, 2017 #3 I used API for Google Login on Web Application, while it open by browser it's working fine. But if I use webview on B4A for access the url and click link for Google API login, show error user-agent is not permitted. Somebody help please Upvote 0
I used API for Google Login on Web Application, while it open by browser it's working fine. But if I use webview on B4A for access the url and click link for Google API login, show error user-agent is not permitted. Somebody help please
Erel B4X founder Staff member Licensed User Longtime User May 11, 2017 #4 You can no longer use WebView for this. You need to create a custom URI scheme: https://www.b4x.com/android/forum/t...th-requests-using-web-view.77269/#post-489613 I plan to create a tutorial about it. Upvote 0
You can no longer use WebView for this. You need to create a custom URI scheme: https://www.b4x.com/android/forum/t...th-requests-using-web-view.77269/#post-489613 I plan to create a tutorial about it.
Intiwhiz Member Licensed User May 11, 2017 #5 Thanks @Erel, I will be waiting for the tutorial Upvote 0
DonManfred Expert Licensed User Longtime User May 11, 2017 #6 https://www.b4x.com/android/forum/threads/class-b4x-google-oauth2.79426/ Upvote 0