- Bubble go keeps crashing on launch..
- When i preview my app from the native editor, the styles i set for my button dont show up
@ heyveejay0308 This kind of issue usually happens if there’s a mismatch between how styles are rendered in the native app shell vs the web preview. A few things you can try:
-
Check for Custom Styles or Conditions – Make sure the button isn’t being overridden by conditional formatting or hidden when running in native mode.
-
Use Bubble’s Native Style Classes – Stick to default Bubble styles where possible, especially for buttons, as some custom styles don’t always render the same on mobile.
-
Preview Using the Correct Environment – Sometimes the native wrapper or previewer doesn’t fully support certain CSS changes made in the web editor. Try exporting and testing it in a real mobile simulator (like Android Studio or Xcode) if possible.
-
Clear App Cache / Data – If you’re using a previewer like BDK or a wrapped app, try clearing the app data or reinstalling the preview app. Old cached styles can stick.
Let me know if the issue persists—happy to help troubleshoot further if you can share more about how the button is styled or displayed.