Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make CustomDropdown.xml offline capable #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NOA-Alex
Copy link

@NOA-Alex NOA-Alex commented Jun 7, 2023

The widget is offline capable.
If I change in the 2nd line of CustomDropdown.xml offlineCapable="true" then I can use it in an offline app and it works. If I don't add this Mendix Studio Pro complains:
Custom widget 'Custom Dropdown' is not offline capable and cannot be used on pages that are accessible through an offline profile.

In an offline app the data needs to be of course first synced to the offline app and then Nanoflow needs to be used instead of Microflows. But I used, tested and confirmed that it works correctly.

The widget is offline capable.
If I change in the 2nd line of CustomDropdown.xml offlineCapable="true" then I can use it in an offline app and it works.
If I don't add this Mendix Studio Pro complains:
Custom widget 'Custom Dropdown' is not offline capable and cannot be used on pages that are accessible through an offline profile.

In an offline app the data needs to be of course first synced to the offline app and then Nanoflow needs to be used instead of Microflows. But I used, tested and confirmed that it works correctly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant