This is a migrated thread and some comments may be shown as answers.

Blank White Screen after installing the Application

3 Answers 534 Views
Google Android
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Anup
Top achievements
Rank 1
Iron
Anup asked on 01 Apr 2016, 03:11 PM

Hello Team,

I am developing an hybrid mobile application using telerik appbuilder visual studio extension and kendo mobile, whenever I build application and download the apk and try to install the application I get a white blank screen after the splashscreen exits and white blank screen remains.

I tried adding delay to splashscreen hide function, but didn't work for me. 

Please let me know how do I avoid this white blank screen which happens while installing the application for the first time. Please help me with some examples or best way of handling it.

 

 

Thanks:

Anup

3 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 06 Apr 2016, 02:04 PM
Hello Anup,

Do you get the same white screen in the Device Simulator? If so, then most probably JavaScript exception was raised. Would you please open the developer console by pressing the F12 key (or through the Debugger button on the Simulator) and check for any errors listed under the Console tab.

It is not clear, do you get the Splashscreen displayed initially or not? A reason for not showing the screen would be because the Splashscreen plugin is disabled. You can check this as explained in the Enable and Disable the Core Plugins topic.

In addition, you can try debugging on a Device with the Debug on Device tools (iOS, Android - look for AppBuilder debug tools).


Do you also observe the same behavior on a new project created from template? If so, would you please share which is this sample app so that I can verify the same on it?

Regards,
Dimitrina
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
0
LucioMSP
Top achievements
Rank 2
answered on 14 Mar 2017, 08:08 PM

Hi Dimitrina,

I have the same problem, can you help me? I show you the output:

Assembly Ref addref Xamarin.Android.Support.v7.AppCompat[0xb394f160] -> System.Core[0x99604400]: 7
03-14 13:59:34.145 D/Mono    (15087): [0x9926b300] hill climbing, change max number of threads 8
03-14 13:59:34.150 D/Mono    (15087): Assembly Ref addref AppName.Core[0xb394f7c0] -> Telerik.XamarinForms.Primitives[0xb49bbf40]: 3
03-14 13:59:34.155 D/Mono    (15087): DllImport searching in: '__Internal' ('(null)').
03-14 13:59:34.155 D/Mono    (15087): Searching for 'java_interop_jnienv_call_nonvirtual_boolean_method_a'.
03-14 13:59:34.155 D/Mono    (15087): Probing 'java_interop_jnienv_call_nonvirtual_boolean_method_a'.
03-14 13:59:34.155 D/Mono    (15087): Found as 'java_interop_jnienv_call_nonvirtual_boolean_method_a'.
03-14 13:59:34.175 I/Timeline(15087): Timeline: Activity_idle id: android.os.BinderProxy@328b316f time:4634620
03-14 13:59:34.175 I/Timeline(15087): Timeline: Activity_idle id: android.os.BinderProxy@6e1edb5 time:4634620
03-14 13:59:34.205 V/ActivityThread(15087): updateVisibility : ActivityRecord{3a8b9668 token=android.os.BinderProxy@6e1edb5 {AppName/md5508d9bb4530b99f78a792e6d3549d09c.SplashActivity}} show : false
03-14 13:59:53.440 D/Mono    (15087): [0x9926b300] worker finishing
Thread finished: <Thread Pool> #3
The thread 'Unknown' (0x3) has exited with code 0 (0x0).
03-14 14:00:25.990 D/Mono    (15087): [0x91ab8580] worker finishing
Thread finished: <Thread Pool> #4
The thread 'Unknown' (0x4) has exited with code 0 (0x0).
Thread finished: <Thread Pool> #2
The thread 'Unknown' (0x2) has exited with code 0 (0x0).

Regards!

 

 

0
Garo
Telerik team
answered on 17 Mar 2017, 08:59 AM
Hello Vicente,

Based on the provided logs, it looks like you are developing an application with Xamarin. In this forum, our support engineers can provide assistance only with hybrid Apache Cordova application. You would receive better answers if you post this question in a Xamarin related forum.

Having said that, please let me know if I misunderstood your case and you are in fact developing a hybrid Cordova application.

Regards,
Garo
Telerik by Progress
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
Google Android
Asked by
Anup
Top achievements
Rank 1
Iron
Answers by
Dimitrina
Telerik team
LucioMSP
Top achievements
Rank 2
Garo
Telerik team
Share this question
or