wkWebview Navigator Hangs on a simple page on IOS13

8 views
Skip to first unread message

Kandy Bitxenio

unread,
Jun 26, 2020, 11:36:56 AM6/26/20
to CodenameOne Discussions

Since I updated to IOS13 our App hangs, the page and de Menu don't work, on IOS12 works fine.

I attach a simple code to try, simple press some times for example on zoom in/out and alternate with click on map, and the App hangs.

                Toolbar tb = hi.getToolbar();
                Image icon = theme.getImage("icon.png"); 
                Container topBar = BorderLayout.east(new Label(icon));
                topBar.add(BorderLayout.SOUTH, new Label("Cool App Tagline...", "SidemenuTagline")); 
                topBar.setUIID("SideCommand");
                tb.addComponentToSideMenu(topBar);

                tb.addMaterialCommandToSideMenu("Home", FontImage.MATERIAL_HOME, e -> {}); 


                BrowserComponent browserComponent = new BrowserComponent();
                browserComponent.setURL("https://leafletjs.com/examples/quick-start/example.html");
                
                hi.addComponent(browserComponent);
                hi.forceRevalidate();
                hi.show();

Shai Almog

unread,
Jun 27, 2020, 1:16:01 AM6/27/20
to CodenameOne Discussions
Reply all
Reply to author
Forward
0 new messages