gabriele-sacchi
gabriele-sacchi
I use Cordova not Ionic. I eventually managed to make authentication cookies work (it was likely a backend issue). Cookies though still do not persist after closing the App so...
Same issue here on multiple Android devices. The touch event is correctly received in a Pixel_2_API_R emulator but that's not the case for some physical devices (eg. Galaxy S9). This...
( Same issue as https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin/issues/80 )
shogunfighter's suggestion above did the trick for me 👍 PS. but introduced the same issue on other devices 😩 Trying to use both handlers for > lollipop + a workaround...
It seems to work for me with the Ionic engine. The updates though are gone once the app is force-closed: https://github.com/microsoft/cordova-plugin-code-push/issues/558. PS. Confirmed that my issue is caused by CORS...
I am having a similar issue: https://github.com/microsoft/cordova-plugin-code-push/issues/558 In my case the app does not freeze but all the updates are lost.
Hi all, Quick question: even if we end up using this tool to tag ODR resources with Cordova, then how can we load those On-Demand resources in our App through...
Hi @Panajev, thank you for your contribution! I'm going and try to use your branch to add ODR in my mobile build pipeline. In your code snippet above I assume...
@Panajev It works, thank you very much. It's a very useful tool that makes my life much better! I'm wondering if you also encountered the case of wanting to host...
( raised also on Stackoverflow: https://stackoverflow.com/questions/55261705/file-upload-not-working-for-android-in-cordova-project )