Piotr

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 716 total)
  • Author
    Posts
  • in reply to: Restrict web access #23050
    PiotrPiotr
    Keymaster

    Done. Feel free to open PR if you make it for generic use case 🙂

    in reply to: Exception #23048
    PiotrPiotr
    Keymaster

    I suspect you are using proguard 🙂
    you need to exclude com.kokosoft.preciselocale.* files from it.

    in reply to: Restrict web access #23047
    PiotrPiotr
    Keymaster

    Hi,
    There is no API for that in current version of a plugin but it’s definitely something doable. I am happy to give you access to code so you can adopt it according to your needs. I just need your github handle.

    in reply to: Help with add unity ui over web wrapper #23046
    PiotrPiotr
    Keymaster

    Hi,

    Website is shown above whole Unity UI (it’s not really part of it) and there’s no any direct way to integrate it into Unity’s canvas, sorry.

    Regarding taking a picture – you can use JavaScript to communicate with your Unity scripts. There is example how to do that in sample scenes.

    in reply to: Visio permissions #23042
    PiotrPiotr
    Keymaster

    hi Pearl,
    What platform are you asking about – iOS or Android?

    in reply to: Top Bar is not Hidden in IOS #23035
    PiotrPiotr
    Keymaster

    Perfect! Happy to hear that!

    in reply to: Top Bar is not Hidden in IOS #23033
    PiotrPiotr
    Keymaster

    Hey,
    I’ve done several tries and cannot reproduce this issue.
    Could you check if it happens when using regular callback function like in DemoScene (not Awake):

    	public void OnButtonClicked()
    	{
    		InAppBrowser.DisplayOptions options = new InAppBrowser.DisplayOptions();
    		options.displayURLAsPageTitle = false;
    		options.pageTitle = "InAppBrowser example";
    		options.hidesTopBar = true;
    
    		InAppBrowser.OpenURL(pageToOpen, options);
    	}

    Another option is Unity botched package import or update and in reality you are using some old version? Could you try to reimport it?

    in reply to: Visio permissions #23029
    PiotrPiotr
    Keymaster

    Hi,
    Which platform are you experiencing it on? iOS or Android?

    in reply to: Get browser’s width #23023
    PiotrPiotr
    Keymaster

    Probably you want to play with viewports: https://www.w3schools.com/css/css_rwd_viewport.asp

    in reply to: Navigation with swipes in iOS #23022
    PiotrPiotr
    Keymaster

    Sorry, there is no support for it

    in reply to: Could this be used for SSO? #23015
    PiotrPiotr
    Keymaster

    Yes

    in reply to: have some issues in google #23013
    PiotrPiotr
    Keymaster
    in reply to: The browser won’t open when it’s a Release Build. #23012
    PiotrPiotr
    Keymaster

    Glad to see you found solution 🙂

    in reply to: Upload Apple Store Issue #22987
    PiotrPiotr
    Keymaster

    This should be fine. It must be other plugin then.

    in reply to: Upload Apple Store Issue #22984
    PiotrPiotr
    Keymaster

    Hi,
    This plugin does not use UIWebView. Is it possible you have files from some really old version (where WKWebView wasn’t even around) or is it coming from other plugin?

Viewing 15 posts - 1 through 15 (of 716 total)