I am trying to show some local HTML files on iOS using the TWebBrowser component of XE8. I noticed that when you zoom out the webview, then the 64bit iOS version shows black borders instead of the usual gray background. These black borders don't go away anymore until I restart the App. The same App compiled for 32bit works fine.
This can simply be reproduced by putting a TWebBrowser component on a blank form and running this on iOS.
Does anybody have a fix for this annoying bug ?
Related
Using Delphi 10.4.1 with the latest patches. iOS 14.2 SDK using XCode 12.x (latest in app store).
MacOS Big Sur (if it matters)
The splash screen works perfectly in Android.
However, in iOS, it does not work. I created a new project... splash shows
in Android but there is a 1-3 seconds show of a white screen then the simple
app appears (it's a template app from Delphi Wizard).
I have googled but it seems people hardly has this problem.
I set the background
of the IOS splash to different bright colours to see if the splash indeed comes out in these
colours but it didn't show these bright backgrounds, or the standard FM splash screen.
For the Android, there's a checkbox to say [x] Show splash but there is nothing
for IOS. So I assume that IOS does not need a setting to show the splash screen?
This happens whether I use the default FireMonkey splash screens, or provide my own
(in the same dimensions)
Please advise.
I built a desktop app using electron and used electron packager for it, followed by wix to create a MSI installer.
It works fine in windows 10.
Now when it comes to windows 7, something weird happens.
It installs and runs fine in windows 7 also but shows the white screen. When I mouse over or click the desktop app elements in windows 7, I find that the index.html page is loaded and elements are there. But this white screen is somehow hiding the html behind.
Please let me know if someone know solution for this.
After upgrading to C++ Builder 10.2 Tokyo, the application icons are no longer showing.
Below is a screenshot showing how the icon is showing on the Application setting page:
However, after compiling and running the application, the icon is not showing:
It is not showing properly on the Taskbar, either.
In addition, creating a new application and adding the icon does work initially.
But after a few modifications to the application, a few builds, the icon disappears!
My screen is not high resolution, and this issue started with Tokyo edition.
Does anyone know what is going on?
My Xamarin.Forms app contains UIWebView which is working perfectly across all platforms except iOS 10. In iOS 10 header is cutting off with bottom blank space.
It happened for my site, hence tried with Xamarin website, same result.
Is it bug in Xamarin?
Bottom White Space:
HeaderCut (I scrolled and made it appear little bit)
I fixed it, issue was with Xamarin.Forms package, my app was using old Forms version 1.3.3, I updated to 2.3 and its working fine now.
I'm using jquery mobile & phonegap to create an app.
jqm version 1.3.1, currently in testing my app with an android device
i'v created a simple popup (code taken from jqm web site)
and the popup shows correctly on my pc (page gets opacity) but on the android device the popup is shown different,
the background page looks like it has a black background, but when i scroll (yes i can scroll when the popup is still opend) some of the background looks ok with an opacity, similar to how it looks on my pc.
Any ideas on what is the reason?
10x
I had the same issue for android sdk 17 (not for older versions which I tested).
Even though this answer might be to late for this questioner, it may help someone else.
My solution:
In your android manifest, switch android:anyDensity="true" to
android:anyDensity="false"
Regards, miweiss