Eric
Eric
Same issue here with cordova 7.1.0 + ios 4.5.4. It fails silently and acts like it is successful...
Try where?
@Kepro, please stop being so cryptic ... No idea what you mean. Post code or just .... you know?
Thanks I will try that
``` ``` ``` adding proxy for SplashScreen SplashScreenProxy.js:80 Uncaught TypeError: Cannot read property 'appendChild' of null at Object.show (SplashScreenProxy.js:80) at showAndHide (SplashScreenProxy.js:143) at SplashScreenProxy.js:158 at XMLHttpRequest.xhrStatusChangeHandler (cordova.js:902) land-480x320-screen.png:1 Failed to...
``` copy platforms\electron\platform_www\plugins\cordova-plugin-splashscreen\src\browser\SplashScreenProxy.js platforms\electron\www\plugins\cordova-plugin-splashscreen\src\browser\SplashScreenProxy.js (updated file) copy platforms\electron\platform_www\plugins\cordova-plugin-splashscreen\www\splashscreen.js platforms\electron\www\plugins\cordova-plugin-splashscreen\www\splashscreen.js (updated file) ``` `This app does not have splash screens defined.` The file is never moved.
Actual device. More info: the under div covering the entire page has a touch event (non trapped). So it feels like the keyboard listener doesn't receive the touch event, which...
Here I recorded a video. Here's what happens: 1- Touch on input, keyboard shows up 2- Touch on background (you can't see that) and the keyboard is still up 3-...
More info: this view is sitting outside the field of view when created (like -screen_width offset), then slides in later on (like a carousel), sliding out the current view to...