I have a curious issue, so far just with the Pre-Launch Reports in Play.
When my app runs for the first time, it displays the EULA. When that's accepted, it loads a new layout, containing a webview, which is required to sign in to a website and authorise the app against a user's account.
This works just fine, and as per the usual instructions, I don't initialize the WebView, because it's loaded via a layout.
Except, every single time, without fail, I get a PLR reporting that on the Huawei P8 Lite, running Android 5.0, there's a fatal exception "Object should first be initialized (WebView)"
Watching the video, this happens exactly where you'd expect it to, at the point where the app should be loading the layout with the WebView. It's tempting, frankly, to just up the minSdk to 23 from the current 21 (so I don't have to check before using fingerprint stuff later on in the app), but I know at least a few of my potential users have crappy old tablets that they'd want to carry on using.
Anyone got any idea why this should happen? This is the only Android 5 device that crops up in the PLR, so I don't know if it happens on others, or is just unique to the Huawei.
When my app runs for the first time, it displays the EULA. When that's accepted, it loads a new layout, containing a webview, which is required to sign in to a website and authorise the app against a user's account.
This works just fine, and as per the usual instructions, I don't initialize the WebView, because it's loaded via a layout.
Except, every single time, without fail, I get a PLR reporting that on the Huawei P8 Lite, running Android 5.0, there's a fatal exception "Object should first be initialized (WebView)"
Watching the video, this happens exactly where you'd expect it to, at the point where the app should be loading the layout with the WebView. It's tempting, frankly, to just up the minSdk to 23 from the current 21 (so I don't have to check before using fingerprint stuff later on in the app), but I know at least a few of my potential users have crappy old tablets that they'd want to carry on using.
Anyone got any idea why this should happen? This is the only Android 5 device that crops up in the PLR, so I don't know if it happens on others, or is just unique to the Huawei.