B4i Question #QueriesSchemes and plist.info - Erel (first post)    Dec 5, 2019 You are not looking for #QueriesSchemes. You are looking for #UrlScheme.
#UrlScheme = CFBundleURLSchemes
There is no such declaration in the plist file.... B4i Tutorial iOS 9 important changes - Erel    Oct 19, 2015   (9 reactions) . It is disabled by default. You can enable it with this line: #ATSEnabled: True - QueriesSchemes: Apple don... App.CanOpenURL to scan for many schemes and find which popular apps are installed. This is no longer possible. Your app must list the schemes that it will pass to App.CanOpenURL with the QueriesSchemes attribute. For example: #QueriesSchemes: fb #QueriesSchemes: imdb You can list up to 50 schemes... Other B4i v2.30 BETA has been released - Erel    Oct 8, 2015   (6 reactions) /android/forum/threads/b4j-v3-70-beta-is-available-for-download.58283/#content #QueriesSchemes attribute: Due to a new security feature in iOS 9 you need to list all the schemes that your app passes to... B4i Question Main.App.OpenURL do not open anything - Pendrush    Nov 29, 2024 At least on iOS v18.1 code below do nothing. #QueriesSchemes: https If Main.App.CanOpenURL("https://www.example.com") Then ' The result is TRUE Main.App.OpenURL("https://www.example.com") ' This line is executed but nothing happened End If Tested on real device and simulator. Any ideas?... B4i Question Question Regarding Use of: #QueriesSchemes - Marroq Spoulinker (first post)    Oct 28, 2015   (1 reaction) You must have the magic touch @Erel.
Thanks again!... B4i Question FirebaseAuth - Authenticate your users (Google + Facebook) - Alberto Iglesias    Mar 29, 2017 .googleusercontent.apps.172587243087-o2lb4ol8gr6s1h0nntc8vm46a7clhigl
#QueriesSchemes: fbapi
#QueriesSchemes: fb-messenger-api
#QueriesSchemes: fbauth2
#QueriesSchemes: fbshareextension
#UrlScheme... B4A Code Snippet B4A/B4I: How to know if the application is installed on device? (WhatsApp/Telegram example) - Sergio Haurat    Jun 20, 2024   (5 reactions) found the #QueriesSchemes for WhatsApp Business. If you know him, please leave a message so I can edit... #QueriesSchemes: whatsapp 'Telegram #QueriesSchemes: telegram #QueriesSchemes: tg #QueriesSchemes: tgapp #PlistExtra: <key>LSApplicationQueriesSchemes</key> #PlistExtra... Paths for Shortcuts Attention: #QueriesSchemes maximum 50 items, more info: https://www.b4x.com...( <queries> <package android:name="com.whatsapp"/> <package android... B4A Question [solved]Open Whatsapp with a especific number - nedium    Sep 12, 2022 Hi Could you share an example of a complete project because it gives me an error with #QueriesSchemes : whatsapp (Unsupported attribute: queriesschemes) and with Dim app As Application (Undeclared variable 'app' is used before any value has been assigned to it.) I wanted to know if I should add any other configuration in reference https://www.b4x.com/android/forum/threads/is-there-any-way-to-open-whatsapp-with-especific-number.127659/... Italian B4i problemi improvvisi per invio sms e per chiamare un cellulare - Sagenut (first post)    Mar 17, 2025 Nel Main (credo ci sia anche in B4i) hai queste due righe? #QueriesSchemes: tel #QueriesSchemes: sms Nota che io sto girando in una palude che non conosco. Sto leggendo qua' e là a tempo perso. Quindi potrei scrivere anche delle belle fesserie.... B4i Question Default browser does not open - Erel (first post)    Nov 20, 2024 It should work. Are you sure that the code is actually executed? If the first line returns False then add #QueriesSchemes: https://www.b4x.com/android/forum/threads/ios-9-important-changes.59457/#content... Page: 1   2   3   4   5   6   7   |