Matthew

Results 6 comments of Matthew

I'm having a similar issue. If I have... ` function onPause() { navigator.splashscreen.show();` the same thing happens the splashscreen flashes up for a second and is then hidden. so when...

I'm seeing a similar result. I have ` function onPause() { navigator.splashscreen.show();` which works fine in iOS but on Android (emulator) it doesn't show the splashscreen except momentarily when you...

Was have a similar issue where I modified a gpx file to merge a couple of trails. I then exported using Basecamp. The file would not load or show in...

I'm facing the same issue. Any updates? I've tried a lot of combinations but nothing will let the redirect reload the app. If I do a Oauth request it then...

I can confirm that the suggestion by @terrencebob works. change below in BridgeWebViewClient. From: @Override public boolean shouldOverrideUrlLoading(WebView view, WebResourceRequest request) { Uri url = request.getUrl(); return bridge.launchIntent(url); } To:...

I'm seeing the same result. if you take your example i used this plnkr example http://embed.plnkr.co/azYKSAYOMv0pZu8YEWVs for my project. and remove the first "ion-slide-page" and change the second slide to...