Cordova Slack Digest

Mon, 02 Aug 2021 08:25:26 GMT

User count: 4574

Join the conversation at slack.cordova.io

Channel #random (1 messages)


Sun, 01 Aug 2021 20:25:34 GMT

@amir.jahan says

Hi everyone, at the end of each month, we release a few free coupons for our iPhone and Android app development courses. If you need either of these, get in touch with me: https://www.udemy.com/course/iphone-developer-course https://www.udemy.com/course/android-developer-course

Channel #cordova-android (2 messages)


Sun, 01 Aug 2021 10:47:13 GMT

@norman137 says

Displaying mixed webview and native view can be very complicated depending on your requirements. If the native view can simply be overlayed on top, that should be as simple as creating a native view container and adding it to the android activity.

If you want to make the native view appear seamless with other HTML elements, you might be able to draw inspiration from the cordova google maps plugin... https://github.com/mapsplugin/cordova-plugin-googlemaps#how-does-this-plugin-work-android-ios

Sun, 01 Aug 2021 16:38:59 GMT

@francois259 says

Ok thanks, I managed to display the native element on top of the webview and it seems to work fine.