Remco Meinen
Remco Meinen
(back from 🌴😄) Thank you for your suggestion @aitboudad! I applied it to the minimal reproduction app (see https://github.com/sjoulbak/formly-bug-multi-form/commit/515d1b0086b81923e6e2b5a90afc391faf92e6d9). Unfortunately it only fixes 2 of the 3 specs, one of...
@maxmitz I believe your issue is with the scheme `https`. I can remember that I had to changed it to something else in order to get it to work for...
@jfacoustic I can give you an example configuration: ``` # ios/Runner/Info.plist FlutterDeepLinkingEnabled CFBundleURLTypes CFBundleTypeRole Editor CFBundleURLName whooff.nl CFBundleURLSchemes whooff ``` With above configuration you can deeplink to: `whooff://whooff.nl/home/dashboard`
Hey @aitboudad! Perhaps I can also look into this issue; do you have any pinpoints/ideas where I can start looking?
Unfortunately I still get the same error with: - Angular version: 14.2.10 - Formly version: 6.0.2
@jeremy Thanks for the review! I'll undo the change at `tables.rb` and follow your instructions at a later moment.