@karabillie wrote:
Hi everyone.
I am using the InAppBrowser plugin to open a url inside a webview.
here is my code:const ref = this.inAppBrowser.create(encodedURL, ‘_self’,
location=yes,toolbar=yes,toolbarcolor=${primaryColor},closebuttoncolor=#ffffff,hidenavigationbuttons=yes,hideurlbar=yes
);where
primaryColor
is the hex color of the app.
As you can see in my options, I am hiding the url. Instead of that, I want to show a title.
Is it possible to do it with an option? If not, how can I do it?
I search everywhere but could not find any solution. Thanks.
Posts: 1
Participants: 1