Hello,
I check tomorrow, but for me it’s work with the last update UM Android.
I create a new version soon, with more details.
Thanks for report.
Re,
Ok I check, it’s all ok.
You are add a custom useragent in UA ?
For this follow this : https://sherdle.com/help/set-the-webview-user-agent/
And replace :
"user-agent-string"
by this :
"universalandroid"
Tell me is resolve your problem.
Thanks in advance
Best regards
Thomas,
I did exactly what you said, but it doesn’t seem to work yet. Is there anything else you can do?
This is my code:
@SuppressLint(“InflateParams”)
@override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {
super.onCreateView(inflater, container, savedInstanceState);
ll = (FrameLayout) inflater.inflate(R.layout.fragment_webview,
container, false);
setHasOptionsMenu(true);
browser = ll.findViewById(R.id.webView);
mSwipeRefreshLayout = ll.findViewById(R.id.refreshlayout);
browser.setListener(getActivity(), this);
browser.setGeolocationEnabled(Config.WEBVIEW_GEOLOCATION);
browser.getSettings().setUserAgentString(“universalandroid”);
browser.setWebViewClient(new WebViewClient() {
Yes. And I have it updated in the latest version. V4.4. The APP is in the store. https://play.google.com/store/apps/details?id=br.fenespic.universal
I have a website in WP and some menu items are Webview. Where I wanted to hide parts of the site that are displayed on WEB and Android APP. That’s why I can’t only draw from the WP CSS, as it displays in both places.
Have any idea what the problem might be?
Thankful,
-
This reply was modified 3 years, 3 months ago by
alexrj2017.
Any progress on this? Have exactly the same issue, and would very much like this plugin to work as it is such a neat and simple solution.
Hello,
Im sorry for the late response.
I recheck and create a tuts video for explain.
Futur update add a FAQ too.
Be patient,
Thomas BONSIRVEN
Hello,
I have try with the lastest version Universal. And is work.
Look my TUTS in support
Best regards,