• The plugin works well for Firefox, but does not seem to work for Sherdle Universal Mobile. I have Divi theme and the Universal Mobile app, I need to create a Webview by hiding the main-header and footer of the page. Can any new updates or fixes be made?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author thomasbonsirven

    (@thomasbonsirven)

    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.

    Plugin Author thomasbonsirven

    (@thomasbonsirven)

    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() {

    Plugin Author thomasbonsirven

    (@thomasbonsirven)

    Hello alexrj2017,

    You use the Universal code from https://codecanyon.net/item/universal-full-multipurpose-android-app/6512720 ?

    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 5 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.

    Plugin Author thomasbonsirven

    (@thomasbonsirven)

    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

    Plugin Author thomasbonsirven

    (@thomasbonsirven)

    Hello,

    I have try with the lastest version Universal. And is work.

    Look my TUTS in support

    Best regards,

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Looks like it doesn’t currently work for Sherdle Universal Mobile’ is closed to new replies.