Theofilos Chamalis

Results 5 comments of Theofilos Chamalis

I am greeted with the same "main.jsbundle not found" error, however this happens only when I am trying to run the application on a physical iPhone device. On the Simulator...

Thank you @sumitnitsurat for the feedback. Is there any way to override the styling of the DesktopDatePicker (excluding the input component)?

@eps1lon Here is a sample sandbox with what have right now: [https://codesandbox.io/s/crazy-frost-130vs](url) Unfortunately we are not allowed to post the InputField implementation, but it should give you an idea of...

@buildog Thank you for this. I was able to import it with `import { BLE } from '@ionic-native/ble';` However, on the native side I always get: **D/BluetoothAdapter: startLeScan(): null** and...

I can confirm that I have the same issue as @lclrobert2020 . The permissions that I have tested are the following: ``` PERMISSIONS.ANDROID.CAMERA, PERMISSIONS.ANDROID.RECORD_AUDIO, PERMISSIONS.ANDROID.ACCESS_COARSE_LOCATION, PERMISSIONS.ANDROID.ACCESS_FINE_LOCATION, PERMISSIONS.ANDROID.READ_EXTERNAL_STORAGE, PERMISSIONS.ANDROID.WRITE_EXTERNAL_STORAGE, ``` which...