Rendering error with Android APK on Blackberry Z10 - apk

Hi we have an Android app with an Viewpager
The pages contain Webviews.
Sometimes a page is broken as you can see in the bottom in the attached screenshot.
This seems to be a refreshing error, since when i go 2 pages head and then back again the page is ok.
Is there anything we can do about that?

Disabling the Hardware Accelleration in android.manifest solved this Problem

Related

Image and Video links do not open in Electron app

Hi,
I face a very weird thing from electron that I could not understand why.
Suppose we develop a very simple webView tag based electron app like following link
simple electron webview sample
Then I changed the default website to www.varzesh3.com which has some video links always.
Then when I click on the image or video links, those links does not open and I do not know why.
It seems that because those links are not normal links, they wont open.
Please let me know if you have any ideas in this regard.
Thanks
I find a link and based on it, I can remove this bug.
Choose which popups should be allowed from webview in electron app
This is the updated fork of electron-webview project that in which I resolve that bug.
https://github.com/monhi/electron-webview

Page refresh automatically only on iphones devices (on both safari and chrome) and gives error can't load page

My app is built on laravel + vue js.
Many users started complaining that on iphone devices on both safari and chrome browser, the page reloads automatically after 5 10 sec. And gives error : can't open this page. Also I can see the page load indicator on the browser not completed and the page reloads automatically.
Since I am not able to figure it out where exactly the glitch is therefore not able to share piece of code. Please let me know the required things to share with you.

Zooming images in an Ionic PWA

I am looking to pinch/zoom images in an Ionic PWA. I can build PWA’s which work for zooming (the whole window zooms) when opened in a browser, but as soon as I save to Standalone mode this becomes disabled I assume this is due to the metadata provided when creating standalone mode.
I’ve tried the ionic-img-viewer plug-in and it doesn’t help.
I don’t know where else to go with this.
Thanks for any pointers
Shane

Handling deep-linking via a web link in Xamarin for Android

I need to handle a deep-link in my Xamarin application which will come from a mail.
I managed to make it works on Android and IOS but I still have a trouble with Android.
As said in this blog i overrode the OnAppLinkRequestReceived method to handle the navigation.
The problem is that this method is triggered once per instance of the App.
For example, if i click on the link the first time it will go to the right page(page A) because the code I wrote is triggered, but if go to another page (Page B), then put the App on background, go to back my mails and click a second time on the link, it will just resume the App and open the page B, not the page A.
Do you have any ideas on how it can be triggered at each time i click on the link ?
I finally used the native android behaviour for deep-linking with Intents and it works in Xamarin

In Google Chrome some web pages, the font changes for no apparent reason

I found this bug in Google Chrome that I cannot explain.
The fonts that is loaded for a text sometimes changes for some reason by itself.
Here is a screenshot of the initial font when the web page loads:
Here is what I see after a while:
When I start scrolling on the page the font returns to normal.
Does anybody knows what is going on?
Also I have seen this happening on many other websites. And even on my own web pages.
I am using Google Chrome Version 31.0.1650.57, and I am on a Mac OS X 10.9.
The screenshot come from the DropBox documentation web site.
It is a known Chrome bug and will supposedly be fixed in Chrome 33: https://code.google.com/p/chromium/issues/detail?id=236298

Resources