I have installed / downloaded this app in my environment but I dont know how to make it work as i have never used such plugin and im totally new to outsystems 10. Im using silkUI mobile theme. Any guidance will be appreciated.
i know we have to
Use the Open client action in order to open the given URL
but how to do that is the question
Hello Hafsa.
I think I found your problem!
In the method Open from the plugin, you're assigning the value Entities.Target.IN_APP_BROWSER to the input Target and you should have the value Entities.Target.SYSTEM.
Gonçalo Martins wrote:
Hi Goncalo,
I think It did the trick but as the website Im linking my app to uses https:// and not https:// so it says
"The page is trying to load scripts from unauthentic sources."
in my browser. and when i unblock it from my browser it displays the page as I want
How can i make it accept https:// website ? .
To use the InAppBrowser Plugin you can do something simple like this:
Cheers,
GM
I did this still im redirecting to the website instead getting that perticular website's page run in my app.
Can you give me more details about your issue.You're saying that you're redirected to "the website".
What website? You'll always see an instance of a browser being opened with the target url.
I have links to an external website that I want to open in my app. Instead of opening those links/pages in my app it redirects to the eternal website.
lets say i want to open www.outsystems.com in my app but when i click the link to it ,it takes me to the website of outsystems out of my app instead of opening it in my app.
Attached is the oml of what im saying
The most secure thing should be to use https on your end too.
The Website as you said, if you're the owner, you need to disable the https - but I clearly advise you not to do it!
Let me rephrase my question:
What I meant was that website is using https:// so its not letting my app load the website's pages.
Is there a way that my app can load an https:// website pages without changing the website to https://
I am also running into this issue. Can the app be configured to load https:// website pages?
*Please note that this issue only occurs on iOS builds. Android loads both https:// and https://
Any updates?
I need to load HTTP sites in my app using inappbrowser in iOS, how can I do it? It works fine with HTTPS but not HTTP
Good afternoon,
I'm using the plugin to open a youtube video, however the video is opening on the youtube application.
How do I open the video in my app using the InAppBrowser Plugin?
Thank you.
Agno Silveira wrote:
Hi Agno.
Have you tried that on more than one mobile phone?
With the settings you have it should work fine. It seems that you've chosen to open all youtube links always with the application somewhere in the past for your device.
And are you using Android or iOS?
I tried on more than one smartphone.
Android.
Hi,I changed the "Entities.Target.SYSTEM" property to "Entities.Target.IN_APP_BROWSER"now it worked.Thank you.
Hi,
I tried the Client Action flow and also tried using either the entity "Entities.Target.SYSTEM" or "Entities.Target.IN_APP_BROWSER". However, it is not working. I am unable to open the url in InApp browser as there is no response when I click.
May I have someone here to help and give me some advice as to how I can make it work.
Thanks in advance.
Darryl NG wrote:
Thanks all.
I resolved the issue.
Most of the plugin or Cordova plugin will require it to be tested using a physical phone.
Testing using the web-browser or web simulator will not work.
Cheers
While implementing this plugin, it is showing the output as Plugin not available, even I am clicking on the button, nothing is working.
Help me to implement this.
Thank you so much.
Hello Irfan,
Did you generate the app again after adding the InAppBrowser to the app? It's mandatory to recompile the app to install the plugin.
Best regards.
Yes Vitor, I did that.
The error message is" inAppBrowser is not defined".
Irfan You must use un android emulator or a movile phone to test de plug ins.
Hi guys,
Anybody can help me, i have the following error. i made an example, calling www.google.com in the plug in, if i wanna see a zip or pdf, the plug in not make nothing, but if click on json, txt, or another extension file the plug in show okay the file in the window.
How can I get a geo position on a webpage using inapp ?
I'm using inapp in conjunction of a know webpage where I need a geo location from user device.