You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The widget worked perfectly till I started working on offline capabilities for my App.
Unfortunately if sed in an offline profile Mendix complains:
'QR Code' is not offline capable and cannot be used on pages that are accessible through an offline profile.
Though after unpacking, modifying QRCodeWidget.xml, adding offlineCapable="true" and compressing the widget again to a .mpk it actually works in an offline profile and shows the correct QR code. It would be great if that could be part of the official widget.
The text was updated successfully, but these errors were encountered:
The widget worked perfectly till I started working on offline capabilities for my App.
Unfortunately if sed in an offline profile Mendix complains:
'QR Code' is not offline capable and cannot be used on pages that are accessible through an offline profile.
Though after unpacking, modifying QRCodeWidget.xml, adding offlineCapable="true" and compressing the widget again to a .mpk it actually works in an offline profile and shows the correct QR code. It would be great if that could be part of the official widget.
The text was updated successfully, but these errors were encountered: