Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1011] Webview works fine on IOS, crashes on Android

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionCannot Reproduce
Resolution Date2015-12-14T14:17:34.000+0000
Affected Version/sAppcelerator Studio 4.4.0
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsn/a
ReporterFritz Zetik
AssigneeRadamantis Torres-Lechuga
Created2015-12-14T07:46:14.000+0000
Updated2016-03-08T07:37:20.000+0000

Description

Steps to Reproduce

var win = Ti.UI.createWindow ... var webview = Titanium.UI.createWebView ...

Actual Result

http://www.sportclipone.at works fine on IOS, App makes blank screen on Android and crashes

Expected Result

Working on android

Attachments

FileDateSize
.log2015-12-14T07:46:18.000+0000722903
diagnostic2598881210727819956.log2015-12-14T07:46:24.000+000035589
index.js2015-12-14T07:46:25.000+0000356

Comments

  1. Jebun Naher 2015-12-14

    Hello, We couldn't reproduce this as a bug in our environment. WebView works as expected on Android. *Testing Environment:* Titanium SDK version 5.1.1.GA Appcelerator Studio, build: 4.4.0.201511241829 Mac OS X Version = 10.11.1 Node.js Version = 0.12.7 npm Version = 2.11.3 Appcelerator CLI Installer = 4.2.2 Core Package = 5.1.0 Titanium CLI Version = 5.0.5 node-appc Version = 0.2.31 Android Emulator: Galaxy s4(4.4.4) Android device: Nexus 7(android 6) *Test Case:*
       var webview = Titanium.UI.createWebView();
       webview.url="http://www.sportclipone.at";
       var window = Titanium.UI.createWindow();
           window.add(webview);
           window.open({modal:true});
       
    Thanks.

JSON Source